HarperFast / HarperFast/studio
Warn and allow non-indexed column search
Open
admin & data
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 4
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 40
Description
We can turn on filtering for non-indexed columns, but we need to warn and get confirmation from the user before applying the filter to the databases table.
When allowing users to search on a non-indexed column, present a warning to get confirmation from the user before executing the query. The warning should inform the user that the query could be very expensive and may result in degraded server performance. Additionally, ensure that the query requires an `allowFullScan` flag to be explicitly enabled.
Contributor guide
Assessment
This issue has not been assessed yet.