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

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.45%. Comparing base (4ad8f17) to head (6a9a3df).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #470   +/-   ##
=======================================
  Coverage   70.44%   70.45%           
=======================================
  Files         232      232           
  Lines       18371    18371           
=======================================
+ Hits        12942    12943    +1     
+ Misses       4453     4451    -2     
- Partials      976      977    +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
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.

3 participants