HarperFast / HarperFast/studio
Support =ew= querying too
Open
documentation
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 4
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 40
Description
We support starts with by doing a value like `Jo*` when filtering strings. We should do the same for ends-with `*hn`, and warn someone if they try to do a contains `*oh*`. Showing some guidance (tooltip?) would be nice in the UI somewhere for the database filtering syntax supported. It could be by data type.
Contributor guide
Research direction
Locate the UI code that handles database string filtering and the existing `Jo*` starts-with behavior. Trace how filter syntax is parsed, then check the relevant UI tests or run the filtering flow to verify `*hn`, guidance for `*oh*`, and the proposed data-type-specific help are covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- database, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100