Page 1 of 1

Search for Locked Documents

PostPosted:Sat Apr 14, 2012 3:31 am
by Alexires
Hi,

Is it possible to search for "locked" documents in OKM? If not, can it be added in a future version?

Re: Search for Locked Documents

PostPosted:Sun Apr 15, 2012 8:16 am
by jllort
It's and example on how doing it in administration search http://wiki.openkm.com/index.php/Administration_search

But why do you want it ? which is the usage you are looking for ?

Re: Search for Locked Documents

PostPosted:Sun Apr 15, 2012 1:30 pm
by Alexires
What I eventually want to do is to be able to search for all files with a specific property group (boolean=true) but exclude all locked files. I'm using this to make a list of files which need to be manually sorted by users.

Re: Search for Locked Documents

PostPosted:Tue Apr 17, 2012 11:07 am
by pavila
This kind of complex search can be done from Administration using XPath, but actually can't do this from Desktop.

Re: Search for Locked Documents

PostPosted:Wed May 02, 2012 8:00 am
by vkasgpta
Alexires wrote:What I eventually want to do is to be able to search for all files with a specific property group (boolean=true) but exclude all locked files. I'm using this to make a list of files which need to be manually sorted by users.
correct me if im wrong but after sorting wont the users check the documents back in..? If so you will get back sorted files too...
maybe you should have a query which searches for version 1.0 documents instead?

Re: Search for Locked Documents

PostPosted:Wed May 02, 2012 1:12 pm
by Alexires
There is no need for the users to check the documents out; all that they are doing is downloading the file, verifying that it is in the correct place based on the contents (if it isn't, then they move it and rename it) and update a property group relating to the contents of the file.

Re: Search for Locked Documents

PostPosted:Sat May 05, 2012 8:23 am
by jllort
It seams a workflow processs ?

Re: Search for Locked Documents

PostPosted:Mon May 07, 2012 3:30 am
by Alexires
I'm sorry, I don't understand.

Re: Search for Locked Documents

PostPosted:Tue May 08, 2012 10:37 am
by jllort
The explanations you have done seems a workflow process, because there are several actors - users - that asumes diferents tasks with your logic.