Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Modify embed custom text search - Only one field and only exact match #1652

Closed
jwalgran opened this issue Feb 16, 2022 · 0 comments
Closed
Assignees

Comments

@jwalgran
Copy link
Contributor

jwalgran commented Feb 16, 2022

Overview

Modify embedded custom text search - Only one field and only exact match

Describe the solution you'd like

  • Change searchable field selection to ratio buttons instead of checkbox. Only allow one selection
  • Add migrations to change the custom_text field to an array string.
    • Use multiple migrations. Add a new column, reindex to set the values, drop the old colum, rename the new column to the old name.
  • Update facility indexing. Sore free text searchable value as {contributor_id}|{value}
  • Update searching of custom_text to build the appropriate {contributor_id}|{value} string and use an iexact rather than icontains on the array field.
  • When updating the embed map config, only reindex if the searchable field has changed.
@obrienad obrienad changed the title DRAFT: Modify emnedded custom text search - Only one field and only exact match DRAFT: Modify embed custom text search - Only one field and only exact match Feb 17, 2022
@TaiWilkin TaiWilkin changed the title DRAFT: Modify embed custom text search - Only one field and only exact match Modify embed custom text search - Only one field and only exact match Feb 17, 2022
@TaiWilkin TaiWilkin self-assigned this Feb 17, 2022
@jwalgran jwalgran closed this as completed Mar 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants