- Posts: 75
- Thank you received: 5
All questions about EDocman extension
search plugin for edocman for new advanced search
- agussol
- Topic Author
- Offline
- Senior Member
-
Less
More
13 years 3 weeks ago - 13 years 2 days ago #14696
by agussol
search plugin for edocman for new advanced search was created by agussol
Hello,
It seems the search plugin only works with the "old" version of Joomla! search engine.
Do you plan soon a plugin that will allow advanced search with the new finder ?
Thanks !
It seems the search plugin only works with the "old" version of Joomla! search engine.
Do you plan soon a plugin that will allow advanced search with the new finder ?
Thanks !
Last edit: 13 years 2 days ago by agussol.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
13 years 3 weeks ago #14750
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: search plugin for edocman for new advanced search
Hi
In the future, I will write search plugin for Finder (new search engine for Joomla ). However, I think we will have to wait for sometime (I will try to have this search plugin when Joomla release version 3.0) .
Regards,
Tuan
In the future, I will write search plugin for Finder (new search engine for Joomla ). However, I think we will have to wait for sometime (I will try to have this search plugin when Joomla release version 3.0) .
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- agussol
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 75
- Thank you received: 5
13 years 3 weeks ago - 13 years 2 days ago #14758
by agussol
Replied by agussol on topic Re: search plugin for edocman for new advanced search
Hello !
Thanks, but we really need that addon as we want to integrate the new finder as soon as possible...
So we've been investigating a bit, so maybe you could point some direction to help...
Here's a plugin based on articles /category search with Finder...
1-Using J! dump component, we found a problem during indexing research on edocman, pointing the main questions on :
line 263 of edocman.php :
That indexing the documents, but missing of course some stuffs...
EDIT : ok, got the name of document working in ajax search by modifying the called function :
by
and
Also, but in a second time , seems for ajax queries :
There's no route.php in your component, also helpers seems to be missing.
What should be done to make it work ?
We may also organise a contribution to suit our needs...
Thanks for your help !
Thanks, but we really need that addon as we want to integrate the new finder as soon as possible...
So we've been investigating a bit, so maybe you could point some direction to help...
Here's a plugin based on articles /category search with Finder...
1-Using J! dump component, we found a problem during indexing research on edocman, pointing the main questions on :
line 263 of edocman.php :
Code:
protected function index(FinderIndexerResult $item, $format = 'html')
That indexing the documents, but missing of course some stuffs...
EDIT : ok, got the name of document working in ajax search by modifying the called function :
Code:
$item->route = ContentHelperRoute::getCategoryRoute($item->slug, $item->catid);
Code:
$item->route = EdocmanHelper::getItemid();
and
Code:
protected function setup()
Also, but in a second time , seems for ajax queries :
Code:
protected function getListQuery($sql = null)
There's no route.php in your component, also helpers seems to be missing.
What should be done to make it work ?
We may also organise a contribution to suit our needs...
Thanks for your help !
Attachments:
Last edit: 13 years 2 days ago by agussol.
Please Log in or Create an account to join the conversation.
- agussol
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 75
- Thank you received: 5
13 years 2 weeks ago - 13 years 2 days ago #14802
by agussol
Replied by agussol on topic Re: search plugin for edocman for new advanced search
Ok, we manage to make the search thru finder to work !
Now what's missing is the names of categories in advanced search.
We just have a blank field, and it seems to recognize only the Edocman main category, we can't select the subcategories...
But it's almost solved as we can pass something into the item object. (cool at the moment)
But the search as document type "edocman" works !
There's also a little problem with the language ini file...
Could you please help a bit ?
Thanks !
Now what's missing is the names of categories in advanced search.
We just have a blank field, and it seems to recognize only the Edocman main category, we can't select the subcategories...
But it's almost solved as we can pass something into the item object. (cool at the moment)
But the search as document type "edocman" works !
There's also a little problem with the language ini file...
Could you please help a bit ?
Thanks !
Attachments:
Last edit: 13 years 2 days ago by agussol.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
13 years 2 weeks ago #14814
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: search plugin for edocman for new advanced search
@agussol: Right now, I am really busy and could not look at it. I will spend time this weekend to look at it. Will it be OK for you ?
Tuan
Tuan
Please Log in or Create an account to join the conversation.
- agussol
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 75
- Thank you received: 5
13 years 2 weeks ago - 12 years 1 month ago #14820
by agussol
Replied by agussol on topic Re: search plugin for edocman for new advanced search
Hello,
Here it is ! Completely working normally !
Enjoy !

UPDATED : new version that really works now...
Here it is ! Completely working normally !
Enjoy !

UPDATED : new version that really works now...
Attachment plg_finder_edocman-20120405.zip not found
Last edit: 12 years 1 month ago by agussol.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
13 years 1 week ago #14860
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: search plugin for edocman for new advanced search
Great. Thanks so much for sharing the plugin .
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- agussol
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 75
- Thank you received: 5
12 years 1 month ago #26862
by agussol
Replied by agussol on topic Re: search plugin for edocman for new advanced search
NEW VERSION , correcting description, metakey and metadesc and the state of document which were not included into Finder !!!
- Tuan Pham Ngoc
- Offline
- Administrator
-
12 years 1 month ago #26866
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: search plugin for edocman for new advanced search
@agussol: Thanks for sharing the plugin. I completed new version of EDocman which support tags, rss.... Next week , I will look at all the improvements, bugs which you made/supported and will implement them into EDocman 1.5.3.
I might communicate with you via email if I have questions.
Thanks again for all the efforts you put into the extension !
Tuan
I might communicate with you via email if I have questions.
Thanks again for all the efforts you put into the extension !
Tuan
The following user(s) said Thank You: agussol
Please Log in or Create an account to join the conversation.
- agussol
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 75
- Thank you received: 5
12 years 1 month ago #27272
by agussol
Replied by agussol on topic Re: search plugin for edocman for new advanced search
Great, will look for a 1.5.3 and check it out as we will surely migrate to this version...
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.