You mean these? I've had a couple of
You mean these? I've had a couple of type issues and I just had to enforce some types sometimes, afaik it was not the paths but instead crazy type inference due to me doing meta programming with string interpolation `.
Like this to make generic functions to work with 5 different tables:
3 Replies
I am intrigued by this. can you explain what
searchByTranslations is used for?I18n support for masters, basically to search by the translated text, basically the translation has a folded version (removed tildes, special characters and lowercased), this function supports text search for any table that has a
searchString property (by convention tables suffixed with _translations).fascinating