mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
.search() now works differently for FTS4 v.s. FTS5
This commit is contained in:
parent
de39e8db1e
commit
7c22a64fb6
2 changed files with 43 additions and 42 deletions
|
|
@ -112,7 +112,7 @@ def test_fts_tokenize(fresh_db):
|
|||
tokenize="porter",
|
||||
)
|
||||
assert [("racoons are biting trash pandas", "USA", "bar")] == table.search(
|
||||
"bite"
|
||||
"bite", order="rowid"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue