Question
Virtusa PVT Ltd
IN
Last activity: 30 Aug 2023 7:18 EDT
Issue with pySearchString (Enhanced Search)
We have implemented enhanced search using API Call (pxRetreiveSearchData) with EXACT method. When we are trying to fetch the documents with multiple words in search string by changing the order of words in search text it is fetching different results. eg: 1) Search text: "Enhanced Search String" If we search with the above search string it is fetching 4 results. 2) Search text: "Search Enhanced String" When we are trying to search with this string it is fetching 2 results. Note: We have configured pySearchString as (columnname1: SearchText, columnname2: SearchText) Please help me with actual search functionality how it is working with the above pySearchString