source: main/trunk/greenstone3/web/WEB-INF/classes/AbstractSearch.properties@ 29829

Last change on this file since 29829 was 25022, checked in by sjm84, 12 years ago

Added some text fragements for raw search

  • Property svn:keywords set to Author Date Id Revision
File size: 346 bytes
Line 
1#service stuff
2TextQuery.name=Text Search
3TextQuery.description=Full text and/or metadata search service
4TextQuery.submit=Search
5
6#compulsory query params
7param.index=Index to search in
8param.maxDocs=Maximum hits to return
9param.query=Query string
10param.rawquery=Raw query string
11param.hitsPerPage=Hits per page
12param.startPage=Start from page
13
14
Note: See TracBrowser for help on using the repository browser.