Skip to content
Snippets Groups Projects

Resolve #3389608 "Search"

Merged ilyaukin requested to merge issue/automated_testing_kit-3389608:3389608-search into 1.3.x
Files
3
data/search.yml 0 → 100644
+ 15
0
# Test cases for the simple search.
simple:
- keyword: 'good happy beauty'
results:
- 'Futurama'
# Test cases for the advanced search at /search/node.
advanced:
- any: 'cicero caesar'
phrase: ''
none: 'futurama'
types:
- 'article'
languages: []
results:
- 'Cicero'
Loading