We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I try to facet by date_display I get an error
https://cdrhdev1.unl.edu/api/v1/collection/stories_humanity/items?num=0&facet[]=date_display
"res": { "code": 500, "message": "Something went wrong", "info": { "documentation": "TODO", "error": { "error": { "root_cause": [ { "type": "illegal_argument_exception", "reason": "Field [date_display] of type [keyword] does not support custom formats" } ], "type": "search_phase_execution_exception", "reason": "all shards failed", "phase": "query", "grouped": true, "failed_shards": [ { "shard": 0, "index": "cdrhapidev-v1.2", "node": "GfGYxyE8QlCry-BboNpfyw", "reason": { "type": "illegal_argument_exception", "reason": "Field [date_display] of type [keyword] does not support custom formats" } } ], "caused_by": { "type": "illegal_argument_exception", "reason": "Field [date_display] of type [keyword] does not support custom formats", "caused_by": { "type": "illegal_argument_exception", "reason": "Field [date_display] of type [keyword] does not support custom formats" } } }, "status": 400 }, "suggestion": "TODO" } }
The text was updated successfully, but these errors were encountered:
One relevant post for the error: https://discuss.elastic.co/t/es-7-4-field-start-time-of-type-keyword-does-not-support-custom-formats/241554
Sorry, something went wrong.
Is faceting by date_display useful in projects?
No branches or pull requests
If I try to facet by date_display I get an error
https://cdrhdev1.unl.edu/api/v1/collection/stories_humanity/items?num=0&facet[]=date_display
The text was updated successfully, but these errors were encountered: