Skip to content

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

Merged
dkharms merged 1 commit into
mainfrom
0-wildcard-token
Jul 30, 2026
Merged

feat: support wilcard token * for complex queries#470
dkharms merged 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 71.14%. Comparing base (8cf7b08) to head (499276c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #470      +/-   ##
==========================================
- Coverage   71.16%   71.14%   -0.03%     
==========================================
  Files         232      232              
  Lines       18466    18466              
==========================================
- Hits        13142    13138       -4     
- Misses       4341     4345       +4     
  Partials      983      983              

☔ 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 🔴

@dkharms
dkharms force-pushed the 0-wildcard-token branch from 9b5b67e to 499276c Compare July 30, 2026 13:40
@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
ProcessDocuments-4 8cf7b0 30448f
508.00 B/op 13464.00 B/op 26.50 🔴

@dkharms
dkharms merged commit 7cc2790 into main Jul 30, 2026
8 checks passed
@dkharms
dkharms deleted the 0-wildcard-token branch July 30, 2026 14:01
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