Page 1 of 1
Search Folder option in OpenKM 6.2.1
PostPosted:Mon Nov 19, 2012 12:50 pm
by luke
Hi
I have a folder for example abc_efg. In OpenKM 5.1.11 when I used search and enter efg it shows me this folder abc_efg but in OpenKM 6.2.1 I have to enter abc to show me the folder abc_efg. Could You make a fix to the search folder engine ?
Best wishes
Luke
Re: Search Folder option in OpenKM 6.2.1
PostPosted:Tue Nov 20, 2012 12:57 pm
by pavila
Do you mean search by folder name in advanced search? Have you tried with wildcards?
Re: Search Folder option in OpenKM 6.2.1
PostPosted:Tue Nov 20, 2012 8:13 pm
by luke
Sorry I described it wrong. I mean Find folder (Filter folder) from main menu.
Re: Search Folder option in OpenKM 6.2.1
PostPosted:Thu Nov 22, 2012 6:11 pm
by jllort
that's caused because we have made little changes in search engine grammar now is allowed:
test
test*
*test*
or *test
Which means
test -> exact word
test* -> start with
*test* -> contains word
*test -> ends with
This feature can generate some confusion but is a more powerful feature than older concept ( I know for end user this can be a problem and could force to run as *test* ) -> but if we take this kind of consideration then we should made some configuration parameter to enable or disable it
Re: Search Folder option in OpenKM 6.2.1
PostPosted:Fri Nov 23, 2012 1:00 pm
by luke
Thank You very much for the explanation.