If your customers are experiencing difficulty searching for knowledge base articles or if you notice other performance issues related to the Knowledge Base, you may need to reindex the knowledge base. Issues searching the knowledge base occurs because one or more installation of SmarterTrack was indexing as the queries were run, so it had the search token IDs cached.
NOTE: SmarterTrack processes its index in a background thread and should not affect the normal use of the application. If your server is taxed heavily during this process you may notice some slowness in the interface.
Follow these steps to prioritize the import of knowledge base articles first:
truncate table st_SearchTokenStats; truncate table st_SearchTokensInTickets; truncate table st_SearchTokensInTicketComments; truncate table st_SearchTokensInKBArticles; truncate table st_SearchTokensInChats; truncate table st_SearchTokensInChatComments; truncate table st_SearchTokensInCallLogs; truncate table st_SearchTokensInTasks; truncate table st_SearchTokensInTaskComments; truncate table st_SearchTokensInThreads; truncate table st_SearchTokens
update st_kbArticles set IsIndexed = 0;
select count(*) as KBsLeft from st_kbArticles where IsIndexed = 0;
update st_Chats set IsIndexed = 0; update st_ChatComments set IsIndexed = 0; update st_Tickets set IsIndexed = 0; update st_TicketComments set IsIndexed = 0; update st_CallLogs set IsIndexed = 0; update st_Tasks set IsIndexed = 0; update st_TaskComments set IsIndexed = 0; update st_Threads set IsIndexed = 0;
truncate table st_SearchTokenStats; truncate table st_SearchTokensInTickets; truncate table st_SearchTokensInTicketComments; truncate table st_SearchTokensInKBArticles; truncate table st_SearchTokensInChats; truncate table st_SearchTokensInChatComments; truncate table st_SearchTokensInCallLogs; truncate table st_SearchTokensInTasks; truncate table st_SearchTokensInTaskComments; truncate table st_SearchTokens
update st_Chats set IsIndexed = 0; update st_ChatComments set IsIndexed = 0; update st_Tickets set IsIndexed = 0; update st_TicketComments set IsIndexed = 0; update st_CallLogs set IsIndexed = 0; update st_Tasks set IsIndexed = 0; update st_TaskComments set IsIndexed = 0;
Learn more about SmarterTrack’s live chat, self service portal and knowledge base software.
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add noreply@smartertools.com to your trusted senders list in your email software.