All questions about EDocman extension

search plugin for edocman for new advanced search

  • agussol
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
12 years 1 month ago - 12 years 2 weeks ago #14696 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 !
Last edit: 12 years 2 weeks ago by agussol.

Please Log in or Create an account to join the conversation.

More
12 years 1 month 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

Please Log in or Create an account to join the conversation.

  • agussol
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
12 years 1 month ago - 12 years 2 weeks ago #14758 by agussol
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 :
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);
by
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: 12 years 2 weeks ago by agussol.

Please Log in or Create an account to join the conversation.

  • agussol
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
12 years 1 month ago - 12 years 2 weeks ago #14802 by agussol
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 !
Attachments:
Last edit: 12 years 2 weeks ago by agussol.

Please Log in or Create an account to join the conversation.

More
12 years 1 month 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

Please Log in or Create an account to join the conversation.

  • agussol
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
12 years 4 weeks ago - 11 years 1 month ago #14820 by agussol
Hello,

Here it is ! Completely working normally !
Enjoy !
:)

UPDATED : new version that really works now...

Attachment plg_finder_edocman-20120405.zip not found

Last edit: 11 years 1 month ago by agussol.

Please Log in or Create an account to join the conversation.

More
12 years 3 weeks 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

Please Log in or Create an account to join the conversation.

  • agussol
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
11 years 1 month ago #26862 by agussol
NEW VERSION , correcting description, metakey and metadesc and the state of document which were not included into Finder !!!
Attachments:

Please Log in or Create an account to join the conversation.

More
11 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
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
  • Senior Member
More
11 years 1 month ago #27272 by agussol
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