Vijayakumar
Vijayakumar

Reputation: 85

How to do Exact match in FT search in xpages

I used exact match search in in xpage view panel(Version 8.5.2). But I could not get it to work. I used the following code Field EmpName="Kumar". When I search Kumar, The ft search returning Empname contains "Kumar Vijay".

Upvotes: 0

Views: 465

Answers (1)

Panu Haaramo
Panu Haaramo

Reputation: 2932

That's the way FT indexing and search work. The word you searched for is found in the item and that's why it is returned. You'll need to use for example the keys property in View Panel for exact match.

Upvotes: 1

Related Questions