Simple substring matching without trigram index

Hiya :slight_smile:
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

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.