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 6535227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:20:55+00:00 2026-05-25T10:20:55+00:00

Like when the user writes the article title in the input field, I want

  • 0

Like when the user writes the article title in the input field, I want to search existing articles to see if there are similar ones.

For eg.

SQL search query like stackoverflow

I want to find the most relevant articles related to this title.

I know it’s something like:

WHERE article_title LIKE 'word'

but how do I handle multiple keywords?

  • 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-25T10:20:55+00:00Added an answer on May 25, 2026 at 10:20 am

    Use a fulltext index, which’d be something like:

    SELECT ... FROM ... WHERE MATCH (fieldname) AGAINST ('keyword keyword keyword');
    

    Or hack up the query to look like

    SELECT ... FROM ... WHERE (fieldname LIKE '%keyword%' OR fieldname LIKE '%keyword%' etc...)
    

    Of the two, the fulltext version will be faster, as it can use an index. The ‘LIKE %...% version will be very expensive, as wildcard search of that sort cannot use indexes at all. The downside is that fulltext indexes are only available on MyISAM tables, and will probably never be available for InnoDB tables.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I my Java EE application I have articles administration. There is url like http://localhost:8080/articles/detail.xhtml?article=70
How to write tests where conditions like the following arise: Test user Input. Test
i want to resize the font of all elements of a page like user
I have three tables like that: Articles IdArticle Title Content Tags IdTag TagName ContentTag
when user write a article, i wanna automatically generate tags from user writes base
I would like to write this as a user defined function: private double Score(Story
For a Facebook-like site, ie. which is write-intensive and delivers user-customized pages, I'd like
i have in the database typical tables like user, usergroup, and they have relations.
How do I make something like user-defined __repr__ in Python? Let's say I have
I know I can use something like User.sort {|a, b| a.attribute <=> b.attribute} or

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.