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

Add proximity filters to legal searches with More keyword options modal #6670

Open
5 tasks
JonellaCulmer opened this issue Feb 4, 2025 · 0 comments
Open
5 tasks
Assignees
Milestone

Comments

@JonellaCulmer
Copy link
Contributor

JonellaCulmer commented Feb 4, 2025

What we're after

Develop a front-end implementation of the legal proximity search feature based on the provided design. The UI should allow users to input legal terms, specify proximity parameters, and display relevant results.

Image

Dev notes

  • Primary keyword or phrase input: A text field where users can input keyword or phrases. They can add multiple keyword or phrase text fields (currently no limit to how many they can add). Uses q_proximity. These fields must be used with max_gaps.
  • Maximum proximity: A text field where users can input a numeric value for the number of words between keywords. max_gaps can only be used with primary keyword. Required field.
  • Secondary keyword or phrase: A text field where users can input keyword or phrase. They can only put in one at a time. Uses proximity_filter_term. This is an option field. You must use this field with the proximity_filter.
  • Appears: A drop down field that is coupled and required with the secondary keyword or phrase. Options are: before all primary terms or after all primary terms. Uses proximity_filter.

Completion criteria

  • Legal data users can now filter words or phrases based on proximity

Designs

Modal "more keyword options" design - #6592 (comment)

@JonellaCulmer JonellaCulmer moved this to 🔜 Sprint backlog in Website project Feb 4, 2025
@JonellaCulmer JonellaCulmer added this to the 27.5 milestone Feb 4, 2025
@johnnyporkchops johnnyporkchops modified the milestones: 27.5, 27.6 Feb 15, 2025
@cnlucas cnlucas moved this from 🔜 Sprint backlog to 📥 Assigned in Website project Feb 18, 2025
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