datalust / seq-tickets

Issues, design discussions and feature roadmap for the Seq log server
https://datalust.co/seq
96 stars 5 forks source link

The new auto-complete only works for the first property in query #2139

Closed KodrAus closed 5 months ago

KodrAus commented 5 months ago

Discussed in https://github.com/datalust/seq-tickets/discussions/2138

Originally posted by **CrossBound** March 28, 2024 I like the new auto-complete introduced in 2023.4, but not sure if it's just me or not but when I search the auto-complete only works for the first property I work with. If I try to do a compound search filter (combining filters with "AND" or "OR") auto-complete doesn't work for secondary filter clauses
KodrAus commented 5 months ago

Filters like Elapsed > 500 and SourceContext = '..' will autocomplete Elapsed, but not SourceContext.

SQL queries like select count(*) from stream where Elapsed > 500 and SourceContext = '..' will autocomplete both Elapsed and SourceContext.

nblumhardt commented 5 months ago

Fixed, patch due within a week or so :+1: