Skip to content

Top string reference query fixes

Aidan requested to merge ad-reference-query-fixes into master
  • Fix wildcard matching for queries starting with / (it's stripped for indexing but not for searching)
  • Write new query manager QueryTopStringMessages which gives a one time callback with all results from servers that return within 200ms
  • Write test for QueryTopStringMessages
  • Change AggregationBucket model to have string key instead of uint8array - will break react CI, changes are mixed in with Desktop mega PR coming soon

Merge request reports