BUG: Does not find all references of the searched text

LAJLAJ Posts: 2
edited March 23, 2010 7:49AM in SQL Search Previous Versions
Hello,

I'm currently facing the following issue:

When doing a search using the exact match on all objects I'm getting much fewer results than what I should have.

When comparing with a different search tool (toad for instance) on the same objects, toad get all the references whereas SQL Search only has a few (the count is different).

Toad get more than 150 hits (which are all valid, which mean the searched text is found somewhere inside the object code)
SQL Search get only 14 hits for which some are valid, some invalid (the searched text is not found in the source code of the result hit)

The searched text look like: "SchemaName.TableName space". (The final space is needed because some table name extend other table name therefore when adding a space I get the base table name. Ex: TableName and TableNameWithOtherCharacteristics. So looking for TableName with a space discard other table (TableNameWithOtherCharacteristics) which contain the base table name)

Some post might suggest that a dot might cause unexpected results.

The installed version of SQL Search is 1.0.0.288
I'm using SQL Server 2008 SP1

I've notice a private build but I prefer waiting for an official release before testing.

Please let me know how to fix these search behavior.

Thank you

Comments

Sign In or Register to comment.