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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T10:22:41+00:00 2026-06-09T10:22:41+00:00

I have a problem with a Full Text Search index. I have a table

  • 0

I have a problem with a Full Text Search index. I have a table with a character field size 30. I have created a full text search index on this field in order to have fast search operations on this field that are case insensitive. Now, when I do a query like: SELECT fieldname FROM tablename WHERE CONTAINS(fieldname, '123') I get a few records that contain 123 in the specified fieldname. However, there are records in this table that start with 123 but these are not shown in the query result. In fact, it looks like the query only shows results that contain 123 after a preceding space character.

My full text search index looks like this:

CREATE INDEX idxname ON tablename (fieldname) CONTENT MIN WORD 1

I am using Advantage Database Server 9.1

Any ideas what could be wrong?

Thanks,

Jurgen

  • 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-06-09T10:22:42+00:00Added an answer on June 9, 2026 at 10:22 am

    A search of the form CONTAINS(fieldname, '123') will find entries that have 123 as an individual “word”. It won’t find 1234 or 4123. You can use CONTAINS(fieldname, '123*') to find records that have “words” that begin with 123. And CONTAINS(fieldname, '*123*') will find records that contain words with 123 anywhere in them.

    Note that the search of the form *123* is less efficient because it must scan the entire index.

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

Sidebar

Related Questions

I have a full-text index created upon a column of type varchar(max) with filestream
I have a problem with SQL Server 2008 full text search I have the
THIS IS THE FULL SCRIPT http://goo.gl/HoCxk I have a problem with this function: $('.message').click(function(){
I have written a query which will perform Full Text search using full search
I am using Full Text Search with LINQ in my application and as this
I have a query using a FREETEXTTABLE full text search which works perfectly for
I have a database of restaurants which I do a full-text search on. The
I have a product table where the description column is fulltext indexed. The problem
Problem: I have a symfony project with a database full of production data I
I've got an interesting box-model problem here. I have a header full of links,

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.