alibaba / alibaba/nquery

Support free text search of all fields

Open
#9 1 comment 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.