I just came up with a tricky case that is blowing my mind. I'm using a 2 classic UsrDef entity (UDE) with free-text and keywords search strategies.
- Where can I find the phone number of John Doe?
- Where can I find the office of Mark Zuckerberg?
The one of interest is the one that captures phone number, office, etc. called typeInfo
Well, now I have the following expression:
- Where can I find Isaac Newton?
Mhh... no explicit typeInfo, but I want it to be treated as an intent to search Isaac Newton's office (typeInfo - office).
Should I add the 'trait' search strategy (having the three of them activated) to typeInfo?
I'll appreciate some light on this issue. Thanx!