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

Search by title, text, and before date #114

Merged
merged 3 commits into from
Jan 15, 2024
Merged

Search by title, text, and before date #114

merged 3 commits into from
Jan 15, 2024

Conversation

cloverich
Copy link
Owner

  • Search titles with title: search tag
  • Search raw text with text: tag. Search defaults to this if you don't search by anything
  • Search before date with before: tag
  • Add knex and refactor some query logic

This implements part of #39 and may fix #72
This is part of the overall Roadmap #69

cloverich and others added 3 commits January 14, 2024 08:44
- add title: tag for searching by title
- add text: tag for searching by raw text
- add before: token to support searching before a certain date
- refactor TagSearchStore to be encapsulated by SearchStore; a proper refactor is due here
- leave a few comments; start and end of this commit is 2 YEARS apart, will need to clean up once I am fully refreshed
- if in: token references a journal that does not exist, drop it from the UI to clarify its not being included in the search
- clean up some comments / typos
@cloverich cloverich merged commit 736611b into master Jan 15, 2024
@cloverich cloverich deleted the cloverich/shrug branch January 15, 2024 00:26
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.

Tag input memory leak
1 participant