Skip to content

feat: enhance search with FTS5 operators and node scoping#9

Open
teal-bauer wants to merge 2 commits intomichaelem:mainfrom
teal-bauer:feature/search-enhancements
Open

feat: enhance search with FTS5 operators and node scoping#9
teal-bauer wants to merge 2 commits intomichaelem:mainfrom
teal-bauer:feature/search-enhancements

Conversation

@teal-bauer
Copy link
Copy Markdown

@teal-bauer teal-bauer commented Jan 21, 2026

Summary

  • Remove forced phrase quoting to enable FTS5 operators (AND, OR, NOT, prefix *, column filters)
  • Add in_node scope for searching within a node and its descendants
  • Add search form to archive node pages
  • Show active node filter on search results with option to remove

Users can now use München OR Munich or Akte NOT geheim instead of only exact phrases. Archive node pages at /archive_nodes/:id have a search field that restricts results to that subtree.

Closes teal-bauer#1
Closes teal-bauer#2

Remove forced phrase quoting to allow AND, OR, NOT, prefix (*),
and column filters. Users can now quote searches for phrase matching.

Closes #1
Search can be restricted to a node and its descendants via node_id
parameter. Archive node pages now have a search field for sub-search.

Closes #2
@teal-bauer
Copy link
Copy Markdown
Author

Hye, just wanted to check in if you're still maintaining this, otherwise I'd spin up a fork to extend it

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.

Allow (sub-)search in specific nodes Add search operators support (boolean etc.)

1 participant