I have a requirement to develop a custom app to search and replace the Knowledgebase article unique keywords/phrases.
I've tried '/api/v2/knowledge/knowledgebases/{{knowledgeBaseId}}/documents/search', however, this search is based on 'any match' not 'exact match'
Is it possible to achieve 'exact match' search using the above API?
What other alternative options available or any other APIs support this feature for Knowledgebase search?
Thanks