inveniosoftware / invenio-records-rest

Invenio records REST API module.
https://invenio-records-rest.readthedocs.io
MIT License
4 stars 63 forks source link

Facets and sorting are not working when prefix index is set #254

Closed zzacharo closed 5 years ago

zzacharo commented 5 years ago

Currently default_facet_factory is searching for the unprefixed index name in your RECORDS_REST_FACETS config but when you search the prefixed one is passing here. The same should be taken in consideration for the sorter_factory

slint commented 5 years ago

Addressed by #256. Needs https://github.com/inveniosoftware/invenio-search/commit/0a6055c1a17ce082c2ef57f00208a0c067b630eb to be released.

slint commented 5 years ago

Closed via #256, pending release of invenio-records-rest