Forum

JiFile for Joomla!

JIFile
JiFile is a component for Joomla! that allows you to index file contents (PDF, DOC, etc..) to perform searches in them.

Learn more...  Demo

JoomPhoto Mobile

JPhotoMobile
JoomPhoto Mobile is a component for Joomla! that allows you to share the photos from your Android device to your site Joomla.

Learn more...  Demo

iFile Framework

IFile
IFile is an open source framework written entirely in PHP, allows the indexing of textual content of a document (DOC, PDF, EXCEL, etc.) and a quick search within them.

Learn more...  Demo

Easy Language

EasyLanguage
Easy Language is a plugin for easy and immediate management of multilingual texts in every possible area of joomla, articles, components, modules, metadata, template, other components(example K2) etc.

Learn more...

Article Book Effect

Article Book Effect
View Joomla articles with the effect turns the page of a book. This plugin will display the contents of an article in Joomla as a real book or magazine, using all the benefits of HTML5

Learn more...  Demo

 

Passport photo

Passport photo
The most popular Android app that allows you to print photos cards for your documents with your Android smartphone, in a simple and intuitive way.

Learn more...

 

Crazy Shadow

Crazy Shadow
Crazy Shadow is the 3D fast-paced and fun puzzle Android game! Try to rotate and drag shapes in the position of their shadows without fail! Solve in succession all combinations of levels of the game.

Learn more...

 

Admin Countdown

Admin Countdown
Module for Joomla! 2.5 and 3.x displays in the administration part of the site, a timer with countdown of the time remaining in your session.

Learn more...  Demo

 
Welcome, Guest
Username: Password: Remember me

TOPIC: Puctuation in search

Puctuation in search 13 Apr 2012 09:33 #335

Hi all,

I have found a minor bug using JiFile 1.0.6 on Joomla 2.5 running on Windows 7 as localhost.

I have a filenamed 'McAfee agent 4.6 product guide.pdf', using the 'all words' search option if I search using the phase 'agent 4.6' no matches are found. If I change to the 'any words' or 'exact phrase' search options then the document if found correctly.

For flexibility it would be helpful to be able to use the 'all words' search for this but I suspect it is the '.' that is causing the problems.

Can you suggest any workaround for this or is this something that could be looked at for a future version of JiFile?



Thanks

Simon
The administrator has disabled public write access.

Re: Puctuation in search 13 Apr 2012 09:41 #336

  • Giampaolo
  • Giampaolo's Avatar
  • OFFLINE
  • Administrator
  • Posts: 465
  • Thank you received: 43
Hi,
thanks for your help.

We know the problem, and we work for release in the next version of JiFile.
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie
Help us by voting our extensions on Joomla.org:
JiFile
JoomPhoto Mobile
Easy Language
The administrator has disabled public write access.

Re: Puctuation in search 22 Oct 2012 11:45 #735

  • Rene
  • Rene's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
Most of my documents contain _ and & characters. Would JIFILE Search be able to search on this? etc J2025_10? I have +- 240 000 documents.
I also find the indexer is unable to index files containing an &, which at this stage is almost impossible to change. Any way we can allow the Ampersand & in the name?
Last Edit: 22 Oct 2012 11:46 by Rene.
The administrator has disabled public write access.

Re: Puctuation in search 22 Oct 2012 12:34 #736

  • Giampaolo
  • Giampaolo's Avatar
  • OFFLINE
  • Administrator
  • Posts: 465
  • Thank you received: 43
Hi,
JiFile uses "Zend Lucene Search Engine" and this implemented only this analyzers:
  1. Text
  2. TextNum
  3. Text_CaseInsensitive
  4. TextNum_CaseInsensitive
  5. Utf8
  6. Utf8Num
  7. Utf8_CaseInsensitive
  8. Utf8Num_CaseInsensitive

All analyzers parser you text using only text ([aA-zZ]) and number ([0-9]).
If you want indexing another characters, you must develop a custom "Analyzer" or "Stemming" and configure JiFile for use this.
This develop isn't very easy.
Warning: if you want indexing 240000 documents, you must used a "cron job" (from shell) and not via web.
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie
Help us by voting our extensions on Joomla.org:
JiFile
JoomPhoto Mobile
Easy Language
Last Edit: 22 Oct 2012 12:40 by Antonio.
The administrator has disabled public write access.

Re: Puctuation in search 22 Oct 2012 20:28 #737

  • Rene
  • Rene's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
Thank you for your quick reply, since this is a very urgent matter.

I am kind of fixing this issue by :
1. Rename all files and adding spaces instead of &()/._
2. When the user searches for a document, I replace the above character in the search text to get the correct file.

Seems to be working.
The administrator has disabled public write access.

Re: Puctuation in search 22 Oct 2012 20:59 #738

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
For search in filename see this:
www.isapp.it/en/forum-en/jifile-for-joom...body-of-pdf.html#663

if it does not work we can talk about
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie
Help us by voting our extensions on Joomla.org:
JiFile
JoomPhoto Mobile
Easy Language
The administrator has disabled public write access.

Re: Puctuation in search 23 Oct 2012 05:22 #739

  • Rene
  • Rene's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
It's working, thank you
The administrator has disabled public write access.