Support free text search of all fields
Open
- Dominant language
- JavaScript
- Stars
- 385
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
node-sqlparser _does_ parse `FREETEXT(foo, 'bar')` but it does _not_ parse `FREETEXT(*, 'bar')` (with the wildcard)
(ref timwis/node-soda2-parser#1)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the node-sqlparser handling for FREETEXT and compare how FREETEXT(foo, 'bar') is parsed with the wildcard form FREETEXT(*, 'bar'). Done means the wildcard form parses successfully and supports searching all fields as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- database
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100