MySQL FULLTEXT search on part of the column text? -


i interesting in applying fulltext search on column contains complete path document. instance below:

dir1/dir2/countries/regions/countries regions list.pdf 

now question if possible fulltext search on filename part of column path? or suggest achieve it?

i can't include complete path field in search directory names disturb relevancy in end. meaningful , required information in path field filename. there way without creating new column filenames?

i must apply fulltext searching on other fields other tables in query.

any sort of highly appreciated in advance.

if have limited number of directory names (in path), can add names in stopwords list. see link edit stopwords list.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -