Skip to content

feat: support wilcard token * for complex queries - #470

Open
dkharms wants to merge 1 commit into
mainfrom
0-wildcard-token
Open

feat: support wilcard token * for complex queries#470
dkharms wants to merge 1 commit into
mainfrom
0-wildcard-token

Conversation

@dkharms

@dkharms dkharms commented Jul 21, 2026

Copy link
Copy Markdown
Member

Description

For some reason, we allowed users to write queries like * AND foo:bar, but queries like (* AND foo:bar) were considered to be incorrect. This PR fixes it.


  • I have read and followed all requirements in CONTRIBUTING.md;
  • I used LLM/AI assistance to make this pull request;

If you have used LLM/AI assistance please provide model name and full prompt:

Model: {{model-name}}
Prompt: {{prompt}}

@github-actions

Copy link
Copy Markdown
Contributor

🔴 Performance Degradation

Some benchmarks have degraded compared to the previous run.
Click on Show table button to see full list of degraded benchmarks.

Show table
Name Previous Current Ratio Verdict
Indexer-4 4ad8f1 c3bc01
677543019.00 B/op 763936698.00 B/op 1.13 🔴

@codecov-commenter

codecov-commenter commented Jul 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.96%. Comparing base (e1ed059) to head (9b5b67e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #470      +/-   ##
==========================================
- Coverage   70.97%   70.96%   -0.02%     
==========================================
  Files         232      232              
  Lines       18293    18293              
==========================================
- Hits        12984    12981       -3     
- Misses       4336     4338       +2     
- Partials      973      974       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@eguguchkin
eguguchkin requested a review from moflotas July 23, 2026 17:19
@eguguchkin eguguchkin added this to the v0.76.0 milestone Jul 27, 2026
@dkharms
dkharms force-pushed the 0-wildcard-token branch from 6a9a3df to 9b5b67e Compare July 27, 2026 11:03
@github-actions

Copy link
Copy Markdown
Contributor

🔴 Performance Degradation

Some benchmarks have degraded compared to the previous run.
Click on Show table button to see full list of degraded benchmarks.

Show table
Name Previous Current Ratio Verdict
MutexListAppend-4 e1ed05 7e8122
184.95 MB/s 165.53 MB/s 0.89 🔴
86631513.00 ns/op 96661967.00 ns/op 1.12 🔴

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.

4 participants