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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T08:12:35+00:00 2026-05-20T08:12:35+00:00

I have a full-text indexed column named resolution. The data in it looks like

  • 0

I have a full-text indexed column named resolution. The data in it looks like :

some row: 480*800 480*848 480*854 600*1024 600*800 720*1280

my SQL doing the full-text search is:

... MATCH(resolution) AGAINST('480' IN BOOLEAN MODE) 

And the above row is returned. It looks to me that the ‘*’ symbol is considered as some kind of delimiter which in my case it shouldn’t be the case. What I wanted is that the row only shows up in SQLs like this:

... MATCH(resolution) AGAINST('480*800' IN BOOLEAN MODE) 

what can I do to fix this?

  • 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-20T08:12:36+00:00Added an answer on May 20, 2026 at 8:12 am

    AFAIK, you can’t do it in mysql full text search, as it is not designed for this.

    Quick search leads to this question which is a possible workaround, but would require to alter the data…

    If you’ll consider altering source data – it would probably be best to put it in a separate table with 2 fields (W & H) and one-to-many relationship to your main table; then do a regular “WHERE W = 400” query to achieve what you need.

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

Sidebar

Related Questions

I have a database table which is full-text indexed and i use the CONTAINS-function
I have a database full of text fields that look like this: (paragraph of
I have a series of tables that contain data I want to full text
I'm probably doing this all wrong. I have a text file full of data
I have a simple query that relies on two full-text indexed tables, but it
Let's say I have a domain object that looks like this: @Entity @Indexed public
We have table with several full text indexed fields. Say, it is firstName, surName
I have a lot of static JSON text content indexed in a database. Some
Does Microsoft Access have Full Text Search? I know that MySQL and SQL Server
We have a full text index on a fairly large table of 633,569 records.

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.