Page 1 of 1

Partial Search of Property Group Value is not working

PostPosted:Sun Aug 09, 2020 5:05 pm
by omegaites
We are using openkm community 6.3. When we are searching by partial name of a property group value, it is not returning any result. But when we are searching by complete name of a property group value it is returning result properly.
Example:-
A property group name “File Name”. One value of file name is “ABC_FILE”
1> If we search by “ABC” / “ABC_FI”/”ABC_FIL” it is not returning any result.
2> If we search by “ABC_FILE” its returning proper result.
Please help us to solve this issue.

Re: Partial Search of Property Group Value is not working

PostPosted:Mon Aug 10, 2020 4:21 pm
by jllort
In case of name you should use wildcard like: "ABC*"

Re: Partial Search of Property Group Value is not working

PostPosted:Tue Aug 11, 2020 10:55 am
by omegaites
Hi,
It's working fine. Thanks a lot for suggestion. :D