Update test to follow new style of adding words to search index.
This commit is contained in:
parent
929e99c8c1
commit
4e3fd9ed40
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ cmp_deeply (
|
||||||
className => ref($article),
|
className => ref($article),
|
||||||
isPublic => 1, # default
|
isPublic => 1, # default
|
||||||
keywords => all( # keywords contains synopsis, title, menuTitle, every part of the URL and every keyword
|
keywords => all( # keywords contains synopsis, title, menuTitle, every part of the URL and every keyword
|
||||||
re("This''is''a''synopsis"),
|
re("This is a synopsis"),
|
||||||
re($article->get('title')),
|
re($article->get('title')),
|
||||||
re($article->get('menuTitle')),
|
re($article->get('menuTitle')),
|
||||||
re("root"), re("import"),
|
re("root"), re("import"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue