Virtual Analyst (VA) not searching and finding SDM Knowledge Base Articles. Service Point does find the articles but not VA.
ie: Entering "User Manual test1" does not provide results even if a KB Article exists with title: "Users Manual test1"
The searchMS.log does not show any call to sdm_index_kd index.
xFlow/Service Point 17.4
The customer-entered strings are not available in search_kd intent. For KD's to display in VA we need to add additional data as per their search terms to retrieve KD articles.
1. Stop the RASA Server.
2. Navigate to data folder present in VA installed location.
3. Edit the nlu.yml file and search for search_kd
4. Provide the content as mentioned in the examples section which VA can understand i.e [User Manual test1](search_term).
5. Run rasa_train and rasa_run commands