Closed cholly75 closed 3 years ago
whitespace
tokenizer in a custom analyzer would return results for search keywords containing special characters, as opposed to ignore special characters (like it is currently built to do).In this case, the documentContents
field is analyzed using a custom analyzer, whereas the docketNumberWithSuffix
field is not.
Reserved chars in ES simple query string:
As a DAWSON project member, I need to understand the relationship between 'special characters' (. - , ' ; : () * & ) and how Elastic Search parses these characters in a query and a content context so that I can effectively design and code search.
Timebox: 4 hours
Some reference to help:
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html#supported-flags
Pre-Conditions
Acceptance Criteria
Team has an understanding of how ES interprets special characters as inputs into search query Team has an understanding of how ES interprets special characters in content index Team has an understanding of how to manipulate and work with special characters in ES coding/configuration. Document what we learn - start in story then markdown file in documents directory
Mobile Design/Considerations
IRS API Considerations
Do these changes impact the IRS API?
Security Considerations
Notes
Tasks
Definition of Done (Updated 4-14-21)
Product Owner
UX
Engineering