Query section symbol (§) i SQL Server 2012 full text index
We are using the SQL Server 2012 for doing full text indexing of
legislative documents. However, it appears that in 2012 it is not possible
to create queries containing characters like the section symbol (§).
I can't seem to find the documentation on MSDN that states which
characters are "un-queryable". In our use case, it seems rather annoying
that section symbols (§) are filtered out from the query (as confirmed
when parsing query using sys.dm_fts_parser).
Would this be possible to do using SQL server 2012 and full text search,
by implementing some configuration or workaround?
No comments:
Post a Comment