-
I have received feature request to add support for user-defined _last minute query transformation_ applied just before the query execution:
a) Add `ITransformer` interface with method `ostringstream …
-
Hello,
Is it possible to transform the casing of a string to title but in an "intelligent" way?
When I say "intelligent" I mean, for example, only to words with length bigger than 2.
Thank You,
Mig…
-
Hello,
Would be possible to create specific conversion rules for certain words?
Consider we have the name "john" a company name "xyz" and a locale name "london".
Every time those names would appear…
-
the indexer added in #402 is buggy: I am getting `UnicodeDecodeError` when the cover title has extended characters because you forgot to call the `safe_unicode` on it. also, I tested with a tile and t…