Page 1 of 1

Auto-Completion For Adding Keywords

PostPosted:Wed Mar 05, 2014 2:07 pm
by floschweig
Hi,

is there a way to configure auto-completion for Adding Keywords? I thought that at least I could look for the existence of a keyword in the "keywords" tab of the popup "add Thesaurus keyword", but it seems I don't understand that function. What is it for?

Thanks

Re: Auto-Completion For Adding Keywords

PostPosted:Sat Mar 08, 2014 9:59 am
by jllort
OpenKM load existing query list ( 1 time each 15 minutes ). If there's some change caused by other used during this time you're not filtering. Other solution - in code implementation - could be ajax query to server for it, but we decided do not doing it to not overload with huge queries server. Some benefits in one side are not right in other. One solution could be implement this other ( ajax call to server ) and do some configuration in profile for decide with which one you want to work from UI. Actually the developed is what I explained ( load one time keyword map and use it as cached keyword for 15 minutes and then reload again tagcloud map).