Package version (if known): current (also according to Discord I hit this in 2021...)
Describe the bug
The example for custom sort orders given in customize/search is incorrect - it only works for me if
you use metadata.title.keyword here:
|
fields=['metadata.title'], |
Steps to Reproduce
- Follow examples in docs
- Try and search, get an error
Expected behavior
Docs should be updated, probably this needs a little bit of explanation of when to use .keyword or not.
Package version (if known): current (also according to Discord I hit this in 2021...)
Describe the bug
The example for custom sort orders given in customize/search is incorrect - it only works for me if
you use
metadata.title.keywordhere:docs-invenio-rdm/docs/operate/customize/search.md
Line 99 in f5a0702
Steps to Reproduce
Expected behavior
Docs should be updated, probably this needs a little bit of explanation of when to use .keyword or not.