#686: author-count search term (ac)
--------------------------+----------------------------
Reporter: hoc | Owner: simko
Type: enhancement | Status: closed
Priority: major | Milestone:
Component: WebSearch | Version:
Resolution: fixed | Keywords: INSPIRE syntax
--------------------------+----------------------------
Changes (by Tibor Simko <tibor.simko@…>):
* status: in_work => closed
* resolution: => fixed
Comment:
In [b6152478eaf8196aa0fa71e864bfd31590626ba8]:
{{{
#!CommitTicketReference repository=""
revision="b6152478eaf8196aa0fa71e864bfd31590626ba8"
WebSearch: new authorcount indexing and searching
* Introduces new 'authorcount' index containing number of authors
in the record.
* Amends search engine in order to allow numerical queries like
'authorcount:12', 'authorcount:50+', or 'authorcount:9->12'.
* Introduces 'ac' SPIRES search operator that expands to 'authorcount',
allowing queries like 'find ac 12', 'find 'ac 50+', or 'find ac
9->12'. (But does not allow 'find ac < 3' syntax; one has to write
'find ac 0->3'.)
* Adds corresponding regression tests.
(closes #686)
}}}
--
Ticket URL: </ticket/686#comment:8>
Invenio <http://invenio-software.org>