Project

General

Profile

Idea #13508

Updated by Peter Amstutz almost 6 years ago

Searching for filenames with fulltext search produces inconsistent behavior (see #13507).    This is because the standard postgres fulltext search parser is not well suited for searching filenames containing punctuation.    We need to either need to index filenames for searching differently (stop using fulltext search on manifest text and perform search some other way) or customize the fulltext parser module to better fit our use case. 

Back