HarperFast / HarperFast/studio

Warn and allow non-indexed column search

Open
#1,285 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.