Tan Jia Huei

Results 2 issues of Tan Jia Huei

### LanceDB version v0.6.5 ### What happened? For a table that only contains rows: `table.add([dict(id=0, text="Dune"), dict(id=1, text=None)])`, running `"regexp_match(`text`, 'Dune')"` matches both rows even though the second row contains...

bug

### LanceDB version v0.6.5 ### What happened? Passing limit of `None` or 0 or -1 to `search().limit()` fails. It should have returned all results (no limit). ### Are there known...

bug