Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6569933
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:41:34+00:00 2026-05-25T14:41:34+00:00

I need help in fulltext search in mysql. I am looking for book named

  • 0

I need help in fulltext search in mysql.
I am looking for book named dreams. when i search for dreams i got

  1. India in my dreams the greatest of all dreams vision
  2. Dictionary of dreams – understanding dreams
  3. Psyche on dreams & beyond dreams
  4. Without dreams
  5. Only dreams
  6. Dreams
  7. 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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T14:41:35+00:00Added an answer on May 25, 2026 at 2:41 pm

    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:

    SELECT * FROM books 
    WHERE title = 'Dreams'
    UNION
    SELECT * FROM books
    WHERE MATCH(title) AGAINST("Dreams")
    

    this will show the exact match first.

    or you could

    SELECT * FROM books
    WHERE MATCH(title) AGAINST("Dreams")
    ORDER BY (CASE WHEN title = 'Dreams' THEN 1 ELSE 0 END),.....
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Need help here, i need to get the title into the comboboxes named cntpaginaBX
Need help from you all in writing up this query. Running SQL 2005 Standard
I need help on creating these cookies for my Search options. I've read the
Need help formatting a mySQL query string. The following query returns parse error, expecting
Need help, function getFamily() { FB.api('/me/family', function(response) { alert(JSON.stringify(response)); }); } With the above
Need help with a query that I wrote: I have three tables Company id
Need help getting Ember-Data working with Zend Rest. At first, I'm familiar with Zend
Need help on these 2 questions: If i am tracking a virtual pageview for
need help to create regular expression matching string www.*.abc.*/somestring Here * is wild card
Need help writing a script downloads data from google insight using c# this is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.