Possibly a bug? The cloud interface searches for t...
# community-help
d
Possibly a bug? The cloud interface searches for the literal string
query
- shouldn’t this be a placeholder?
1
j
It's by design for UX reasons 🙂 Instead of showing an empty state with no query, figured it would be more helpful to show an actual term in action with highlights, etc
d
understood. and
*
is too heavy?
ah highlights.. ok
j
Yeah, especially on large datasets,
*
queries are CPU heavy since we have to sort the entire dataset on the fly by the default sorting field
👍 1