Page 1 of 1

OpenKM API and Core

PostPosted:Wed Mar 26, 2014 5:41 am
by Raphel
Hi,
I am opening a separate topic for the below query as per the request of the moderators.

I am trying to implement full text search feature with OpenKM's Find webservice. While this works for 'AND' operator based searches, it doesn't work for exact phrase search(when you want multiple words occurring in a order to be matched). For this requirement, the moderators suggested making use of OKMSearch's 'findSimpleQuery' method. I find this is available in com.openkm.API package's OKMSearch class. We are using 6.2.5 community edition of OpenKM and use okm-ws-client-aws-6.2.jar, which basically exposes the webservices to access OpenKM repository services. The jar that we have does not contain the core and API packages. Also, the OKMSearch that we use do not contain 'findSimpleQuery' method. So, how do we access the functionality provided by 'findSimpleQuery'. Can you provide information on whether this feature is available for community edition and how to get the jar containing OpenKM core and API packages?

Re: OpenKM API and Core

PostPosted:Mon Mar 31, 2014 8:57 am
by pavila
We are working in a new OpenKM release which includes several enhancements. I recommend you waiting for this release before make any change.