From 52d16172cf8eed5b11086b01361cfe9def4dc8be Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Tue, 11 Sep 2012 09:11:29 -0400 Subject: [PATCH] Add some more test queries to query_tester.pl At least one of which requires a follow-up change to the driver to resolve. Signed-off-by: Thomas Berezansky Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/src/support-scripts/test-scripts/query_tests.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/src/support-scripts/test-scripts/query_tests.pl b/Open-ILS/src/support-scripts/test-scripts/query_tests.pl index f8d0984d98..c8a2715353 100755 --- a/Open-ILS/src/support-scripts/test-scripts/query_tests.pl +++ b/Open-ILS/src/support-scripts/test-scripts/query_tests.pl @@ -22,6 +22,10 @@ my @default_queries = ( '(item_type(a)) keyword1 title:keyword2', 'concerto', 'concerto (violin || piano)', + '-keyword1', + '-"keyword1"', + 'keyword:"keyword1"', + 'keyword:"keyword1" title:"keyword2"', # A small set of searches that errored out in a production install 'keyword: subject:Graphical user interfaces (Computer systems) depth(0) subject|topic[Authoring programs]', 'keyword: subject:Assassins New York (State) depth(0) subject|geographic[Buffalo (N.Y.)]', -- 2.43.2