зеркало из https://github.com/mozilla/pjs.git
Bug 419766 - Allow partial tag match and multiword matching against title, url, tags in places
This commit is contained in:
Родитель
064363dcb6
Коммит
71bfd45913
|
@ -90,12 +90,12 @@ function run_test() {
|
||||||
do_check_eq(rootNode.childCount, 1);
|
do_check_eq(rootNode.childCount, 1);
|
||||||
do_check_eq(rootNode.getChild(0).itemId, b1);
|
do_check_eq(rootNode.getChild(0).itemId, b1);
|
||||||
|
|
||||||
// only exact matches
|
// partial matches are okay
|
||||||
query.searchTerms = "wal";
|
query.searchTerms = "wal";
|
||||||
var result = histsvc.executeQuery(query, options);
|
var result = histsvc.executeQuery(query, options);
|
||||||
var rootNode = result.root;
|
var rootNode = result.root;
|
||||||
rootNode.containerOpen = true;
|
rootNode.containerOpen = true;
|
||||||
do_check_eq(rootNode.childCount, 0);
|
do_check_eq(rootNode.childCount, 1);
|
||||||
|
|
||||||
// case insensitive search term
|
// case insensitive search term
|
||||||
query.searchTerms = "WALRUS";
|
query.searchTerms = "WALRUS";
|
||||||
|
|
Загрузка…
Ссылка в новой задаче