How to do Exact match in FT search in xpages

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-12 06:47:47

问题


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".


回答1:


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.



来源:https://stackoverflow.com/questions/20097791/how-to-do-exact-match-in-ft-search-in-xpages

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!