Search¶
Current Search Behavior¶
Search supports free text plus inline structured operators.
- Free text still matches title/body/tag text.
tag:<name>filters by exact tag name.group:<name>filters by exact group name.- Free text and structured filters are combined with an implicit
and. - Multiple structured filters default to
and. - You can use explicit
and/orbetween structured filters.
Usage¶
- Press
/to focus search. - Type your query text and optional operators.
- Matching ideas remain in the tree.
- Press
Escto leave search focus.
Examples¶
pythontag:pythongroup:backend and tag:pythontag:python or tag:typescriptpython tag:api
Notes¶
- Search is case-insensitive in typical SQLite configurations.
- Invalid operator fragments like
tag:are treated as plain text. and/orbetween structured filters are evaluated left-to-right.- Search does not support parentheses or
notyet.