Difference between revisions of "Search with Xapian Guide"

From EPrints Documentation
Jump to: navigation, search
(Added page)
 
m
Line 7: Line 7:
 
== NOT ==
 
== NOT ==
  
== ANDs and ORs ==d
+
== ANDs and ORs ==
  
 
== More complex queries ==
 
== More complex queries ==

Revision as of 09:07, 21 July 2017

If your repository has Xapian search enabled for "Simple Search" (e.g. http://example.eprints.org/cgi/search/simple). Then you can make use of the Xapian search syntax to make more complex queries, which needing to use advanced search. This may be useful if you have another website you wish to search your EPrints repository with a specific filter on the results returned (e.g. only results for a particular faculty of department). Below is a guide to some of the syntax that can be used with Xapian-based search.

AND

OR

NOT

ANDs and ORs

More complex queries