david.avery
03-04-2008, 03:08 PM
Hi there
I know it's hard to test, but I think the search needs some help, or I am not using it right.
I have an email that has a create table script in it for SQL:
CREATE TABLE [dbo].[CatDog](
[OperationID] [int] IDENTITY(1,1) NOT NULL,
[OperationDesc] [varchar](35) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[OperationTypeCode] [char](1) COLLATE SQL_Latin1_General_CP1_CI_AS NULL)
I type "Create Table" into search, and I get 600 results, my create script email is nowhere to be found. I think that it needs more contextual searching, right now, I think it is locating "create" all over the place, and not looking for the literal phrase "create table". I tried quotes to no avail. X1 found this instantly and it was hit #1.
Is there a tweak I can do, or is there some way to trigger better searching? It is my goal to replace x1, but I cannot at this time due to searching inconsistencies. Thanks!
I know it's hard to test, but I think the search needs some help, or I am not using it right.
I have an email that has a create table script in it for SQL:
CREATE TABLE [dbo].[CatDog](
[OperationID] [int] IDENTITY(1,1) NOT NULL,
[OperationDesc] [varchar](35) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[OperationTypeCode] [char](1) COLLATE SQL_Latin1_General_CP1_CI_AS NULL)
I type "Create Table" into search, and I get 600 results, my create script email is nowhere to be found. I think that it needs more contextual searching, right now, I think it is locating "create" all over the place, and not looking for the literal phrase "create table". I tried quotes to no avail. X1 found this instantly and it was hit #1.
Is there a tweak I can do, or is there some way to trigger better searching? It is my goal to replace x1, but I cannot at this time due to searching inconsistencies. Thanks!