Full text indexing of symbols?

  • It's clear from behavior that full text indexing is treating symbols (such as @ and &) as "noise". Yet I'm not seeing them (other than $ in noise.enu) in the noise files. MSDN searches and Google searches are being annoyingly unhelpful.

    So can I make full text searches work on these (in particular "@") or do I need to go with LIKE?

    (re-posting as I inadvertently posted first in SQL 2000)

  • As you've noticed, some characters are ignored when building the full-text index (e.g. punctuation marks) and it is not possible to change the behaviour of the indexing engine.

    With MSSearch using the LIKE operator is the only alternative.

    If, however, searching for these ignored characters is a business requirement, and LIKE is not a viable option for you, you could look at third-party indexing engines.

    ML

    ---
    Matija Lah, SQL Server MVP
    http://milambda.blogspot.com

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply