2008-08-09 06:06:52 +02:00
|
|
|
SearchContextTest_Person:
|
2008-08-09 05:54:55 +02:00
|
|
|
person1:
|
|
|
|
Name: James
|
|
|
|
Email: james@example.com
|
|
|
|
HairColor: brown
|
|
|
|
EyeColor: brown
|
|
|
|
person2:
|
|
|
|
Name: John
|
|
|
|
Email: john@example.com
|
|
|
|
HairColor: blond
|
|
|
|
EyeColor: blue
|
|
|
|
person3:
|
|
|
|
Name: Jane
|
|
|
|
Email: jane@example.com
|
|
|
|
HairColor: brown
|
|
|
|
EyeColor: green
|
|
|
|
person4:
|
|
|
|
Name: Hemi
|
|
|
|
Email: hemi@example.com
|
|
|
|
HairColor: black
|
|
|
|
EyeColor: brown
|
|
|
|
person5:
|
|
|
|
Name: Sara
|
|
|
|
Email: sara@example.com
|
|
|
|
HairColor: black
|
|
|
|
EyeColor: green
|
|
|
|
|
2008-08-09 06:06:52 +02:00
|
|
|
SearchContextTest_Action:
|
|
|
|
action1:
|
|
|
|
Description: Get search context working
|
2008-08-09 06:53:34 +02:00
|
|
|
SolutionArea: technical
|
2008-08-09 06:06:52 +02:00
|
|
|
action2:
|
|
|
|
Description: Get relationship editor working
|
2008-08-09 06:53:34 +02:00
|
|
|
SolutionArea: design
|
2008-08-09 06:06:52 +02:00
|
|
|
action3:
|
|
|
|
Description: Get RSS feeds working
|
|
|
|
SolutionArea: technical
|
2008-08-09 06:53:34 +02:00
|
|
|
action4:
|
|
|
|
Description: New logotype
|
|
|
|
SolutionArea: design
|
|
|
|
|
|
|
|
|
|
|
|
SearchContextTest_Deadline:
|
|
|
|
deadline1:
|
|
|
|
CompletionDate: 2008-05-29 09:00:00
|
|
|
|
deadline2:
|
|
|
|
CompletionDate: 2008-05-20 09:00:00
|
2008-08-09 06:06:52 +02:00
|
|
|
|
|
|
|
SearchContextTest_Project:
|
|
|
|
project1:
|
|
|
|
Name: CRM Application
|
2008-08-09 06:53:34 +02:00
|
|
|
DeadlineID: =>SearchContextTest_Deadline.deadline1
|
2008-08-09 06:06:52 +02:00
|
|
|
Actions: =>SearchContextTest_Action.action1,=>SearchContextTest_Action.action2
|
|
|
|
project2:
|
|
|
|
Name: Blog Website
|
2008-08-09 06:53:34 +02:00
|
|
|
DeadlineID: =>SearchContextTest_Deadline.deadline2
|
|
|
|
Actions: =>SearchContextTest_Action.action3,=>SearchContextTest_Action.action4
|
2008-08-09 06:06:52 +02:00
|
|
|
|
|
|
|
SearchContextTest_AllFilterTypes:
|
|
|
|
filter1:
|
|
|
|
ExactMatch: Match me exactly
|
|
|
|
PartialMatch: Match me partially
|
|
|
|
Negation: Shouldnt match me
|
2008-08-09 08:18:32 +02:00
|
|
|
HiddenValue: Filtered value
|
2008-08-09 08:40:50 +02:00
|
|
|
CollectionMatch: ExistingCollectionValue
|
2012-03-14 16:05:28 +01:00
|
|
|
StartsWith: 12345-6789 CamelCase
|
2009-05-24 23:27:48 +02:00
|
|
|
EndsWith: abcd-efgh-ijkl
|
|
|
|
FulltextField: one two three
|