alpha
Login
or
Join now
boltless.me
/
zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
fork of https://github.com/sourcegraph/zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
zoekt
/
doc
/
at
main
6 files
Keegan Carruthers-Smith
fix/query: resolve type lifting after OR parsing (#1023)
3mo ago
ed735fa5
ctags.md
fix/query: resolve type lifting after OR parsing (#1023) The parser used to lift `type:` directives before converting `or` placeholders into real boolean nodes. That let parse-time `orOp` sentinels leak into `Type` children for unparenthesized queries and allowed malformed inputs like `type:repo or` to parse successfully until runtime. Resolve operator placeholders before wrapping with `Type` so unparenthesized `or` inside a type scope produces a valid `Or` subtree and malformed `or` placement is rejected during parsing. The docs now clarify that `type:` applies to the whole expression in its current scope, including `or` clauses. Amp-Thread-ID: https://ampcode.com/threads/T-019d0be7-4c9d-76fd-b556-103420d14be9 Co-authored-by: Amp <amp@ampcode.com>
3 months ago
design.md
docs: some updates (#952) Asked an agent to inspect the codebase and docs and update the docs to match reality more. I ended up not using all of its suggestions, but these are the ones that seem reasonable. Test Plan: n/a
1 year ago
faq.md
docs: some updates (#952) Asked an agent to inspect the codebase and docs and update the docs to match reality more. I ended up not using all of its suggestions, but these are the ones that seem reasonable. Test Plan: n/a
1 year ago
indexing.md
Add URL Template for Gitea (#453) This adds a URL template for gitea >= 1.17.0. The "display=source" query parameter was introduced in gitea 1.17.0 and is required to disable file rendering. Line numbers are disabled in rendered files, so you wouldn't be able to jump to a line without "display=source". The "web-url-type = gitea" config option must be set in the bare repositories indexed with "zoekt-git-index" e.g. in owner/repo.git/config: [zoekt] web-url-type = gitea web-url = https://gitea.local/owner/repo name = owner/repo Note: already indexed repos must be deleted before reindexing in order to pick up the indexer changes.
3 years ago
json-api.md
Update README (#905) This PR updates the README to clarify Zoekt's current design, and explain the main usage patterns.
1 year ago
query_syntax.md
fix/query: resolve type lifting after OR parsing (#1023) The parser used to lift `type:` directives before converting `or` placeholders into real boolean nodes. That let parse-time `orOp` sentinels leak into `Type` children for unparenthesized queries and allowed malformed inputs like `type:repo or` to parse successfully until runtime. Resolve operator placeholders before wrapping with `Type` so unparenthesized `or` inside a type scope produces a valid `Or` subtree and malformed `or` placement is rejected during parsing. The docs now clarify that `type:` applies to the whole expression in its current scope, including `or` clauses. Amp-Thread-ID: https://ampcode.com/threads/T-019d0be7-4c9d-76fd-b556-103420d14be9 Co-authored-by: Amp <amp@ampcode.com>
3 months ago