You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Both
table.search(columns=)and thesqlite-utils search -coption do not work as expected - they always return both therowidand therankcolumns even if those have not been requested.This should be fixed before the 3.0 non-alpha release.