I am trying to determine the best way to search through a string stored in a custom table. I was able to write an application that does that using the wildcard search and a runtime select filter but I'm not thrilled with the performance.
I started looking into using Text Search but I seem to be...