Both table.search(columns=) and the sqlite-utils search -c option do not work as expected - they always return both the rowid and the rank columns even if those have not been requested.
This should be fixed before the 3.0 non-alpha release.
The text was updated successfully, but these errors were encountered:
Both
table.search(columns=)
and thesqlite-utils search -c
option do not work as expected - they always return both therowid
and therank
columns even if those have not been requested.This should be fixed before the 3.0 non-alpha release.
The text was updated successfully, but these errors were encountered: