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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:51:21+00:00 2026-05-24T05:51:21+00:00

Lets assume we have a table with a fulltext field on it. This field

  • 0

Lets assume we have a table with a fulltext field on it. This field is called text. The content of the table would be:

car wash
car and wash

The word and is in my stoplist

Now, I will query this table using this sql:

select * from mytable
where contains(text, '"car wash"')

This query only returns the car wash row and not the car and wash row. By assuming that the word and is a stop word, why is not Sql returning the car and wash row?

I know I am doing a phrasal search (using “”). That is exactly what I need, but I think that Sql should ignore words in the stop list and that is not what is happening. It is driving me crazy.

My understand is that when FT algorithm finds a phrase like car and wash it will index only car and wash. Is this true?

Also when I query the ft_parser it says what I expected it to say:

SELECT * FROM sys.dm_fts_parser ('"car and wash"', 1033, 5, 0)

    special_term    display_term    
    Exact Match         car 
    Noise Word          and 
    Exact Match         wash    

Any thoughts?

  • 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-24T05:51:22+00:00Added an answer on May 24, 2026 at 5:51 am

    Look at this article:
    stopwords

    Although fts ignores the inclusion of stopwords, the full-text index does take into account their position

    after fts ignores “and” word, “car” and “wash” positions will be 1 and 3. So it can’t be found.

    I suggest another term instead. Maybe you would like to use something like ‘car AND wash’, or other term. That depends on business logic

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

Sidebar

Related Questions

Lets assume we have this xml: <?xml version=1.0 encoding=UTF-8?> <tns:RegistryResponse status=urn:oasis:names:tc:ebxml-regrep:ResponseStatusType:Failure xmlns:tns=urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0 xmlns:rim=urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0> <tns:RegistryErrorList
If I have a table with a lot of cells, lets assume 50 rows
Lets assume I have this sample data: | Name | ID | PARENT_ID |
lets assume you have a table with 1M rows and growing ... every five
I have a database table called users This table has two columns (that are
(code examples are python) Lets assume we have a list of percentages that add
Let's assume I have a model called product. Let's assume that product has three
Lets assume I have the following 3 entities: Customer,Order,Product which interact in the View
suppose I have the following source table (called S): name gender code Bob 0
Let's assume I have three table - list , a and b table list

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.