Re: full-text search : How to improve ?
"John P. Rouillard" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
In message <[email protected]>, SCHLEMMER Norbert writes: > Hi all > >Running Roundup application as Docker container with MySQL / MariaDb as >database backend. > >How can the full-text search be improved to distinguish for example between > tvmRel41Acg16A and > tvmRel41Acg19A ? Hmm, that's an interesting question. What do you mean by "improved". Although your "words" aren't really words, they are a run of \w (word) characters. Which according to my brief look at the code should be included as items in the index. What happens when you do a full search for tvmRel41Acg16A? Does it show issues with the text in the messages? -- -- rouilj John Rouillard =========================================================================== My employers don't acknowledge my existence much less my opinions.