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

Add full text search for observations #272

Open
7 of 10 tasks
Tracked by #227
JWCook opened this issue Oct 31, 2022 · 0 comments
Open
7 of 10 tasks
Tracked by #227

Add full text search for observations #272

JWCook opened this issue Oct 31, 2022 · 0 comments
Labels
data Changes related to image metadata or app data ui UI-specific features improvements
Milestone

Comments

@JWCook
Copy link
Member

JWCook commented Oct 31, 2022

Continuing from #254 and #341.

Depends on:

This requires a new FTS table in SQLite, which should include (for the user's observations only):

  • description
  • standalone comments
  • identification comments
  • place guess
  • index new observations on save
  • index existing observations (initial setup/reset only?)

Then, update the observation tab:

  • Add search field to filter user observations
  • Add truncated matched text to observation preview card
@JWCook JWCook added ui UI-specific features improvements data Changes related to image metadata or app data labels Oct 31, 2022
@JWCook JWCook added this to the v0.9 milestone Oct 31, 2022
@JWCook JWCook mentioned this issue Oct 31, 2022
55 tasks
@JWCook JWCook changed the title Add full text search for observation comments Add full text search for observations Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Changes related to image metadata or app data ui UI-specific features improvements
Projects
None yet
Development

No branches or pull requests

1 participant