Now I am thinking about splitting the input text myself to terms, then searching and ranking the documents for each term.
Maybe do: replace(input_text, ' ', ' | ')
David J.
Now I am thinking about splitting the input text myself to terms, then searching and ranking the documents for each term.