How to use fulltext
Added by Steve Black almost 8 years ago
The fulltext flag in autorec and EPG is not working as I expected. I don't know if something is wrong or if I just misunderstand the usage. I am using a current 4.1 build.
I am trying to use a regular expression to find a specific episode. My understanding is that fulltext seaches Title, Subtitle, AND Description. Therefore I want to use an expression like:
"Law & Order.*Red Ball"
Testing this in EPG while a matching episode is visible, fails to find a match. If I shorten it to "Law & Order.*R" it will return numerous matches for Law & Order: Criminal Intent, which matches within the Title field. I can also use a string that matches the subtitle only. But trying to match a regex with content from both title AND subtitle never seems to work.
Am I doing something wrong, or am I just expecting too much?