Usage: rebar search [--output {json,llm}] [--full] [--include-archived]
                    [--status STATUS] [--type TYPE] [--has-tag HAS_TAG]
                    [--sort <priority|created|updated|id|status>]
                    [query]

Full-text search over titles/descriptions/comments/tags.

positional arguments:
  query                 the search query

options:
  --output {json,llm}, -o {json,llm}
                        output format
  --full                emit full ticket records
  --include-archived    include archived tickets
  --status STATUS       filter by status (comma-separated for OR)
  --type TYPE           filter by ticket type (comma-separated for OR)
  --has-tag HAS_TAG     filter to tickets having <tag> (comma-separated for OR)
  --sort <priority|created|updated|id|status>
                        order by key ('-' prefix = descending)
