From: Thomas Berezansky Date: Tue, 11 Sep 2012 13:11:29 +0000 (-0400) Subject: Add some more test queries to query_tester.pl X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3dc6515dfa561b8a406e8b7375011f018ff43e96;p=working%2FEvergreen.git 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 --- 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.)]',