Skip to content
New issue

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

[Research] /legal/search endpoint: Fix exact string match to only return exact strings from documents #5832

Open
4 tasks
patphongs opened this issue May 14, 2024 · 1 comment
Assignees
Milestone

Comments

@patphongs
Copy link
Member

patphongs commented May 14, 2024

What we’re after

exact string match to NOT include stem words, but include common words like “to”, “not”, etc.
We should do more research to see if we can not include stem words and search stop words (if needed) only for exact string match

Currently the stop words functionality seems to be working as expected ie "reason to believe". Is searching for just a stop word ie "NOT" necessary functionality

Related ticket(s)

(Include the tickets that either came before, after, or are happening in tandem with this new ticket)

Action item(s)

(These are the smaller tasks that should happen in order to complete this work)

  • research not searching stem words
  • research searching stop words

Completion criteria

(What does the end state look like - as long as this task(s) is done, this work is complete)

  • We have a plan in place for exact string match changes if needed and ticket for implementation is created
@patphongs patphongs changed the title Fix exact string match to only return exact strings in documents Fix exact string match to only return exact strings rom documents May 14, 2024
@patphongs patphongs changed the title Fix exact string match to only return exact strings rom documents Fix exact string match to only return exact strings from documents May 14, 2024
@patphongs patphongs changed the title Fix exact string match to only return exact strings from documents /legal/search endpoint: Fix exact string match to only return exact strings from documents May 14, 2024
@patphongs patphongs added this to the 25.2 milestone May 21, 2024
@patphongs patphongs changed the title /legal/search endpoint: Fix exact string match to only return exact strings from documents [Research] /legal/search endpoint: Fix exact string match to only return exact strings from documents May 22, 2024
@cnlucas
Copy link
Member

cnlucas commented May 22, 2024

We are going to receive more specific examples for this---"reason to believe" is working for us.
We should do more research to see if we can not include stem words and search stop words (if needed) only for exact string match

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📥 Assigned
Development

No branches or pull requests

3 participants