Hiya
Is it possible substrings without using regex? I have found that the trigram index puts prohibitive strain on a node’s storage; in a recent case it spiked from10GB to 100GB.
Something like alloftext
would be ideal, but without being constrained by space separators. Am I missing something? Is there a reason this hasn’t been implemented?
Cheers