I am using a Razuna 1.7 web service to retrieve some assets but I've remarked that my web service call returns 2 results instead of one. Here is my web service call :
Indeed, my filter on keywords should retrieve only one line, with keyword = TESTS whereas I've also received a second line with keyword = TEST. It seems like there is a "fuzzy" option activated but, after having read the complete documentation, I still don't understand why my web service searching call is not a "exact" search. Here is the official documentation : http://wiki.razuna.com/display/ecp/Search+and+Find+Assets#SearchandFindAssets-FuzzySearches
Does anyone have an idea ? Is the "keyword" filter able to filter on another filter than "keyword" ?