Skip to content

Add search syntax reference guide to help panel#670

Draft
colebemis wants to merge 1 commit intomainfrom
add-search-syntax-help-section
Draft

Add search syntax reference guide to help panel#670
colebemis wants to merge 1 commit intomainfrom
add-search-syntax-help-section

Conversation

@colebemis
Copy link
Member

Summary

Adds a new "Search syntax" section to the help panel that provides users with a quick reference guide for the search syntax available in Lumen.

Changes

  • Added a SearchSyntaxItem component to display search syntax entries with syntax code and description
  • Added a new "Search syntax" section to the help panel with documentation for:
    • Filter syntax (tag:, type:, link:, backlink:, date:, title:)
    • Exclusion syntax (-tag:archive)
    • Multiple values (tag:work,personal)
    • Quoted values for spaces (title:"My Note")
    • Range operators (>=, <=, >, <)
    • Natural language dates (today, next+week)
    • Count filters (tags:>=2)
    • Property presence (has:tags, no:backlinks)
    • Frontmatter field filters
    • Sort options (sort:title, sort:updated_at:desc, sort:tags,title)

Screenshot

The new section appears between "Note shortcuts" and "Formatting" in the help panel.


This PR was generated with Warp.

Add a new 'Search syntax' section to the help panel that documents
the available search filters, sort options, and special syntax including:

- Tag, title, type, link, backlink, and date filters
- Exclusion with - prefix
- Multiple values with comma separation
- Quoted values for spaces
- Range operators (>=, <=, >, <)
- Natural language dates (today, next+week, etc.)
- Count filters (tags:>=2, links:<3)
- has/no property filters
- Frontmatter field filters
- Sort options with direction and multiple keys

Co-Authored-By: Warp <agent@warp.dev>
@vercel
Copy link

vercel bot commented Feb 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lumen Ready Ready Preview, Comment Feb 10, 2026 5:53pm
lumen-storybook Ready Ready Preview, Comment Feb 10, 2026 5:53pm

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