You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the parser was rewritten from using combine to using nom. It seems what they call space differs. nom only consider and \t to be space, combine allows \n. With nom, we should use multispace instead to match \n
Describe the bug
Searcher web UI fails to parse multi-line queries
Steps to reproduce (if applicable)
Steps to reproduce the behavior:
Expected behavior
With 0.6.4 it used to work seamlessly
Configuration:
Please provide:
quickwit --version
Actually the default whatever quickwit creates. Even with 0.7.0 it still creates
otel-logs-v0_6
, despite the release notesThe text was updated successfully, but these errors were encountered: