質問

hell friends i am using mysql fulltext search in Boolean mode for my mobile selling site, user can register their mobile for sell and there is search bar like google where we can search that mobile and get user's advertise.

problem is when user register their mobile at then some time full text can search that mobile from database and sometimes it cant, i tried by "repair table items;" then once it worked but again same problem"

eg i have listed samsung galaxy" then it cant search that mobile from db, then i tried by just "galaxy" keyword and i got it from database again i registerd samsung ace and search that mobile from search bar then it is retrived from db....some times it is searching items sometimes not .any solution plz??thanx in advance

i tried to off ft_stopword_word and ft_min_length but it did not worked.

役に立ちましたか?

解決

thank you all for your help, i got solution, there was problem at server side, i was using openshift server for hosting, when i change ft_min_word_len file then in again next restart it will default changes value to 4.. i reported bug and got this reply

      the "devenv" is a lightly built testing environment, a daily version.
       also we have other testing environment like INT and STG, i guess you may test 

       on them even on PR environment.
       INT -> is built from devenv;
        STG -> is built from INT;

generally, the INT version is older than devenv, and the STG version is older than INT so if you test on INT and STG, we need to ensure the fixed is merged into them. as i know, the devenv may be merged to PR environment till January 2014.

if possible,you can have a try on devenv.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top