tiled
tiled copied to clipboard
Should we rename the `FullText` query to just `Text`?
I think FullText
is both verbose and a bit technical; maybe just plain Text
would be better.
I also anticipate adding FuzzyText
in the near future, with @Kezzsim's TypeSense work, and we wouldn't want FuzzyFullText
....
I think FullText
conveys more authoritatively than Text
that all of the metadata is being queried.
As far as FuzzyFullText
and variants go, maybe an import alias is the right tradeoff for CLI usage?
import FuzzyFullText as Fuzzy
...or maybe Search
and FuzzySearch
are both simple and well understood?
You make a decent point about FullText
. I worry about Search
being too generic, as illustrated by the usage:
c.search(Search(...))