Greetings,
As I have an IdeaTextFilterSeachParameter for a selector, the resulting ideas still include strings from the excluded category and I still get results that don't include strings from included. Is this intended or is there something wrong with my code?
Also, could I add the option for "exact" or "phrase" to the parameter, i haven't found anything about it in the documentation?
My object is:
object(IdeaTextFilterSearchParameter)[106]
public 'included' =>
array (size=4)
0 => string 'one way' (length=7)
1 => string 'ABQ' (length=3)
2 => string 'LAX' (length=3)
3 => string 'flights' (length=7)
public 'excluded' =>
array (size=3)
0 => string 'cheep' (length=5)
1 => string 'to ABQ' (length=6)
2 => string 'from LAX' (length=8)
public 'SearchParameterType' => null
private '_parameterMap' (SearchParameter) =>
array (size=1)
'SearchParameter.Type' => string 'SearchParameterType' (length=19)
As an example for "Flights from ABQ to LAX" seed keyword, first idea returned is "hotels abq"...
There are some ideas that convey the rules but the final results are not at all as exact as I expected.
Thank you.