Two languages for full text search.

  • Hi,

    we have a column in a table in wich data is stored in a varbinary(max) field.

    The data is stored in different laguages. Is it possible to use the full text search

    with two languages?

    Your help would be appreciated,

    thanks a lot.

  • Yes, but you need a union query. Each FTS query is single language. Use two with the LCID for each, joined by a UNION.

  • Hi Steve,

    Thanks for your advice, your information was very helpfull.

    Kind Regards

    Robert.

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

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