Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix error message UnknownTokenizer #1308

Merged
merged 1 commit into from
Mar 14, 2022
Merged

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented Mar 14, 2022

closes #1303

@codecov-commenter
Copy link

Codecov Report

Merging #1308 (0487017) into main (2e255c4) will increase coverage by 0.01%.
The diff coverage is 55.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1308      +/-   ##
==========================================
+ Coverage   94.05%   94.06%   +0.01%     
==========================================
  Files         230      230              
  Lines       39350    39344       -6     
==========================================
- Hits        37010    37009       -1     
+ Misses       2340     2335       -5     
Impacted Files Coverage Δ
src/query/query_parser/query_parser.rs 95.35% <55.55%> (+0.35%) ⬆️
src/store/index/mod.rs 98.37% <0.00%> (+0.54%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2e255c4...0487017. Read the comment docs.

@fulmicoton fulmicoton merged commit 42283f9 into quickwit-oss:main Mar 14, 2022
This was referenced Jan 13, 2023
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.

query_parser::UnknownTokenizer error message should swap "tokenizer" and "field"
3 participants