inveniosoftware / invenio

Invenio digital library framework
https://invenio.readthedocs.io
MIT License
625 stars 292 forks source link

refersto in SPIRES syntax with no index given #687

Closed invenio-developers closed 10 years ago

invenio-developers commented 10 years ago

Originally by valkyrie (@valkyriesavage) on 2011-06-17

e.g. "find refersto witten"

This currently doesn't do anything at all, but it should probably translate to

refersto:anyfield:witten

invenio-developers commented 10 years ago

Originally by hoc on 2011-06-17

That sounds appropriate.

invenio-developers commented 10 years ago

Originally by valkyrie (@valkyriesavage) on 2011-06-17

Actually, refersto witten does work.

refersto s parke does NOT work.

Sorry, tried to overgeneralize that for the ticket.

invenio-developers commented 10 years ago

Originally by valkyrie (@valkyriesavage) on 2011-06-18

Resolved in branch 687-soop_no_index_quoting on AFS

invenio-developers commented 10 years ago

Originally by Valkyrie Savage vasavage@gmail.com on 2011-06-20

In [73d21659053752d42d04907baa53ccfcb1e0fb25]:

#CommitTicketReference repository="" revision="73d21659053752d42d04907baa53ccfcb1e0fb25"
WebSearch: find refersto phrase in SPIRES syntax

- absorbs terms into quotemarks for queries like
  find refersto s parke (becomes refersto:"s parke") when
  they contain multiple words and have no index specified
* tests for same (fixes #687)