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

normalizing or correcting data and/or how searching interprets upper and lower case strings #78

Open
glw opened this issue Sep 22, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@glw
Copy link
Member

glw commented Sep 22, 2021

Probably both need to be done. Currently terms like "Des Plaines Division Headquarters" and "DES PLAINES DIVISION HEADQUARTERS" are treated as separate terms, when in reality they are the same.

Cleaning of the data (standardizing names, locations, dates, etc.) should be done. and possibly adjustments to how Solr (?) interprets lower and upper case terms/names.

image

@glw glw added the bug Something isn't working label Sep 22, 2021
@smcalilly
Copy link
Contributor

smcalilly commented May 19, 2023

i think we can fix this by overriding the django-haystack prepare? nope not that easy!

@smcalilly
Copy link
Contributor

there are a few things we need to do for this:

  1. figure out all of the models and model fields that have this issue
  2. one-time data cleanup
  3. add a dropdown for these values so users can't manually enter them
  4. allow admin users to CRUD these values

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants