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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T05:22:25+00:00 2026-05-12T05:22:25+00:00

OK this is the situation.. I am enabling fulltext search on a table but

  • 0

OK this is the situation..

I am enabling fulltext search on a table but it only works on some fields..

CREATE FULLTEXT CATALOG [defaultcatalog]
CREATE UNIQUE INDEX ui_staticid on static(id)
CREATE FULLTEXT INDEX ON static(title_gr LANGUAGE 19,title_en,description_gr LANGUAGE 19,description_en) KEY INDEX staticid ON [defaultcatalog] WITH CHANGE_TRACKING AUTO

now why the following will bring results

Select * from static where freetext(description_en, N'str')

and this not (while the both have text with str in it ..)

Select * from static where freetext(description_gr, N'str')

(i have tried it also without the language specification – greek in this case)
(the collation is of the database is Greek_CI_AS)
btw

Select * from static where description_gr like N'%str%'

will work just fine ..

all fields are nvarchar type and the _gr fields hold english and greek text..(should not matter)

All help will be greatly appreciated

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

    Just trying to figure out what’s going on: what do you get with this query here?

    SELECT * FROM static WHERE FREETEXT(*, N'str')
    

    If you’re not explicitly specifying any column to search in – does it give you the expected results?

    Another point: I think you have a wrong language ID in your statement. According to SQL Server Books Online:

    When specified as a string,
    language_term corresponds to the alias
    column value in the syslanguages
    system table. The string must be
    enclosed in single quotation marks, as
    in ‘language_term’. When specified
    as an integer, language_term is the
    actual LCID
    that identifies the
    language.

    and from what I found on the internet searching around, the LCID for Greek is 1032 – not 19. Can you try with 1032 instead of 19? Does that make a difference?

    Marc

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

Sidebar

Related Questions

This situation arises from someone wanting to create their own pages in their web
This situation might seem strange but this is what i have to do: Situation,
This situation probably is not entirely uncommon to some of you: you have some
Consider this situation: Begin transaction Insert 20 records into a table with an auto_increment
Ok this situation is a bit difficult. But I am trying to embed a
I have this situation where I have some pictures: http://www.example.com/test1.jpg http://www.example.com/test2.jpg http://www.example.com/test3.jpg .... some
In this situation, I have created a zip file containing search result files, and
This situation is pretty difficult to explain, but I'll do my best. For school,
imagine this situation: SetUp in the default MVC3 project, create a new complex type
I have this situation where on my main page, there are different fields and

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.