Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 29th, 2005, 06:07 AM
Registered User
 
Join Date: Aug 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to kostandin
Default Searching for cyrillic words

Hello everyone!

I have a problem searching through a SQL Server 2000 database with cyrillic search term using 'contains' predicate. I have enabled full-text searching on database, table and column I'm searching in, populated my catalog, but when I try to search I'm getting this error:
Server: Msg 7619
Execution of a full-text operation failed. A clause of the query contained only ignored words.

This is search script:
Code:
SELECT * FROM OrgEntity as oe WHERE contains(oe.Name, '{the word im searching for}')
When I use LIKE, it works fine, but I think LIKE is slower and not applicable on tables with many rows.

Can anyone help me, please?

Kostandin
 
Old September 1st, 2005, 05:44 PM
Registered User
 
Join Date: Aug 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to kostandin
Default

:(:(:(:(
This is not the problem with only cyrillic, but with any non standard characters. There must be someone who did full-text search in japanese, chinese, russian, arabic or any other language different from english!

In hope that someone knows the answer or at least a place where I can search,

Kostandin





Similar Threads
Thread Thread Starter Forum Replies Last Post
Words Document maha HTML Code Clinic 8 September 29th, 2004 03:08 AM
why I can't use Chinese words? cash JSP Basics 4 February 19th, 2004 10:47 PM
why I can't use Chinese words? cash Pro JSP 1 February 17th, 2004 02:40 PM
generating words kozam C++ Programming 1 September 30th, 2003 12:55 PM
generating words kozam C++ Programming 1 September 30th, 2003 12:54 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.