Is there a way, using a FTS search, to limit the result list to specific model types?
Is there a way to group the results of a FTS search?
Example:
Node 1
prop_A: ABC
prop_B: 1/1/2013
prop_C: this is some string description specific to node 1
prop_D: 1
Node 2
prop_A: ABC
prop_B: 1/1/2013
prop_C: this is some string description specific to node 2
prop_D: 1
Node 3
prop_A: DEF
prop_B: 1/2/2013
prop_C: this is some string description specific to node 3
prop_D: 1
Can you create a query that returns just Node 1 and Node 3? Node 1 and Node 2 should be grouped together because of the same prop_A and prop_B property values.