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

feat: create dynamic ES name field #1173

Closed
mvanzalu opened this issue Aug 31, 2023 · 2 comments
Closed

feat: create dynamic ES name field #1173

mvanzalu opened this issue Aug 31, 2023 · 2 comments
Assignees
Labels

Comments

@mvanzalu
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Related to the sort by filename issue, We want to create a new ElasticSearch field to store the filename (resourcename for docs, title for emails, subject for tweets, etc...) in lowercase in order to perform case insensitive sort.

@mvanzalu mvanzalu added the back label Aug 31, 2023
@mvanzalu mvanzalu self-assigned this Aug 31, 2023
@pirhoo pirhoo changed the title feat: create dynamic ES filename field feat: create dynamic ES name field Aug 31, 2023
@pirhoo
Copy link
Member

pirhoo commented Aug 31, 2023

I would suggest we create two fields:

  • title based on resourcename for docs, subject for emails, etc...
  • titleNorm a sanitized version of name (lowercase + no accentuated characters)

@mvanzalu
Copy link
Contributor Author

We would probably add those 2 fields in this method

mvanzalu added a commit to ICIJ/datashare-client that referenced this issue Sep 1, 2023
mvanzalu added a commit to ICIJ/datashare-client that referenced this issue Sep 1, 2023
mvanzalu added a commit to ICIJ/datashare-client that referenced this issue Sep 1, 2023
mvanzalu added a commit to ICIJ/datashare-client that referenced this issue Sep 1, 2023
@mvanzalu mvanzalu moved this from Todo to Done in Datashare - Sprint 17 Sep 1, 2023
mvanzalu added a commit to ICIJ/datashare-client that referenced this issue Sep 1, 2023
mvanzalu added a commit to ICIJ/datashare-client that referenced this issue Sep 1, 2023
mvanzalu added a commit to ICIJ/datashare-client that referenced this issue Sep 1, 2023
mvanzalu added a commit to ICIJ/datashare-client that referenced this issue Sep 1, 2023
mvanzalu added a commit to ICIJ/datashare-client that referenced this issue Sep 5, 2023
mvanzalu added a commit to ICIJ/datashare-client that referenced this issue Sep 5, 2023
@mvanzalu mvanzalu closed this as completed Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants