I need help in fulltext search in mysql.
I am looking for book named dreams. when i search for dreams i got
- India in my dreams the greatest of all dreams vision
- Dictionary of dreams – understanding dreams
- Psyche on dreams & beyond dreams
- Without dreams
- Only dreams
- Dreams
- some other books
Actually i am looking for dreams
How to make 6th book to first one.
I want to ignore repeated words in this case dreams.
you can search here
I am facing these type of issues in different titles.
The relevance of columns with the search word repeated are the higest, The only solution I can see is to do a union query for exact matches with your standard full text search e.g:
this will show the exact match first.
or you could