The Stack
Beyond search(\"string\"): Fuzzy, Phrase, and Field-Scoped Full-Text Search in LanceDB
Passing a bare string to a LanceDB full-text index tokenizes it and ORs the terms — good enough until a user types a phrase, a typo, or a term that only matters in one column. The query classes fix all three, and they're a few lines each.