Closed zzacharo closed 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
default_facet_factory
RECORDS_REST_FACETS
sorter_factory
Addressed by #256. Needs https://github.com/inveniosoftware/invenio-search/commit/0a6055c1a17ce082c2ef57f00208a0c067b630eb to be released.
Closed via #256, pending release of invenio-records-rest
invenio-records-rest
Currently
default_facet_factory
is searching for the unprefixed index name in yourRECORDS_REST_FACETS
config but when you search the prefixed one is passing here. The same should be taken in consideration for thesorter_factory