Skip to content

Add a way for search to filter on notes txstate-etc/reqquest-txstate#253#69

Open
chastabor wants to merge 4 commits into
txstate-etc:mainfrom
chastabor:chas-notes-filter
Open

Add a way for search to filter on notes txstate-etc/reqquest-txstate#253#69
chastabor wants to merge 4 commits into
txstate-etc:mainfrom
chastabor:chas-notes-filter

Conversation

@chastabor

@chastabor chastabor commented Jun 26, 2026

Copy link
Copy Markdown
Contributor
  • Added note content as part of search
  • Restricted filter for reviewer only. NOTE we may want more fine grain where anyone that can view notes can search on them.
  • Modified notes to utilize mysql text indexing. A few considerations:
    • Text indexing mysql feature has been available before our imdb version of 5.7.44-48-log
    • Decided to not use boolean features but rather only full text as boolean notation does not match what other search fields are using.
    • We are using LIKE % in other search locations; so this will be different, however, matches how a user would expect to search note content.
  • Added reviewer and applicant testing for note search and verified potential new results did not break existing tests.

@chastabor chastabor requested a review from a team June 26, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant