Forum

JiFile per Joomla!

JIFile
JiFile è una componente per Joomla! che permette di indicizzare il contenuto dei file(PDF, DOC, ecc.) per poter effettuare delle ricerche al loro interno.

Scopri di più...  Demo

JoomPhoto Mobile

JPhotoMobile
JoomPhoto Mobile è una componente per Joomla! che ti permette di condividere le foto dal tuo dispositivo Android sul tuo portale Joomla!.

Scopri di più...  Demo

iFile Framework

IFile
IFile è un framework open source scritto interamente in PHP, permette l'indicizzazione dei contenuti testuali di un documento (DOC, PDF, EXCEL, etc) e una rapida ricerca all'interno degli stessi.

Scopri di più...  Demo

Easy Language

EasyLanguage
Easy Language è un plugin per la gestione semplice ed immediata di testi multilingua in ogni parte possibile di joomla, articoli, componenti, moduli, metadata, template, altri componenti(esempio K2) ecc.

Scopri di più...

Article Book Effect

Article Book Effect
Visualizza gli articoli di Joomla con l'effetto volta pagina di un libro. Questo plugin consente di visualizzare il contenuto di un articolo Joomla come un vero e proprio libro o una rivista, utilizzando tutti i vantaggi di HTML5

Scopri di più...  Demo

 

Fototessera

Article Book Effect
La più famosa Android App che ti permette di stampare le foto tessere per i tuoi documenti con il tuo smartphone Android, in modo semplice ed intuitivo.

Scopri di più...

 

Ombra pazza 3D

Ombra pazza 3D
Ombra Pazza è il puzzle game 3D frenetico e divertente per Android! Prova a ruotare le forme portandole nella posizione delle proprie ombre senza mai fallire! Risolvi una dopo l'altra tutte le combinazioni dei livelli di gioco.

Scopri di più...

 

Admin Countdown

Admin Countdown
Modulo per Joomla! 2.5 e 3.x visualizza nella parte di amministrazione del sito, un timer con il conto alla rovescia del tempo rimanente della tua sessione.

Scopri di più...  Demo

 
Benvenuto, Ospite
Nome utente: Password: Ricordami
  • Pagina:
  • 1
  • 2
  • 3

ARGOMENTO: impossible search in the body section

impossible search in the body section 19/02/2012 21:32 #202

  • Vincent
  • Avatar di Vincent
  • OFFLINE
  • Fresh Boarder
  • Messaggi: 12
Hello,
I've installed Jifile and indexed pdf but the search work only on the "intro text" section. My search on the body section doesn't work. Is it normal ?
thanks
(sorry for my approximate english :-))
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re: impossible search in the body section 19/02/2012 21:48 #203

  • Antonio
  • Avatar di Antonio
  • OFFLINE
  • Administrator
  • Messaggi: 486
  • Ringraziamenti ricevuti 66
Hi,
the introtext is the field that is displayed but the search is performed on all content. Try to see the FAQ

By default you can not see the content after a search, to do so, configure the field body as Text (in the Config section), but this may slow down the search.

We are working on an alternative solution that will speed all!
Stay tuned
Facebook
Twitter
Google+
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
Ultima modifica: 19/02/2012 21:53 da Antonio.
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re: impossible search in the body section 19/02/2012 22:00 #204

  • Vincent
  • Avatar di Vincent
  • OFFLINE
  • Fresh Boarder
  • Messaggi: 12
euh sorry, but i confirm that when i search a word wich is in the body section, i have 0 result
thanks
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re: impossible search in the body section 19/02/2012 23:21 #205

  • Giampaolo
  • Avatar di Giampaolo
  • OFFLINE
  • Administrator
  • Messaggi: 465
  • Ringraziamenti ricevuti 43
Hi,
the problem may be that the encoding of the PDF file is not compatible with the type of analyzer. JiFile is based on Lucene which uses the function "iconv" to convert the text of the document in the format of the "analyzer" used.

For example, if your analyzer is "Utf8_CaseInsensitive" Lucene tries to convert the contents of the document (body field) in UTF-8. If the content is present in an illegal character, the iconv "truncate" the text, returning the contents to a character illegal.

In this topic:
www.isapp.it/it/forum/supporto-ifile/15-...azioni-troncate.html
writen for now in italian, there are more details.

If you can, attach the pdf to this topic and we verify the problem.
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
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re: impossible search in the body section 20/02/2012 19:10 #209

  • Vincent
  • Avatar di Vincent
  • OFFLINE
  • Fresh Boarder
  • Messaggi: 12
Hi,

I try to replace in utf8.php and utf8num.php
$this->_input = iconv($this->_encoding, 'UTF-8', $this->_input);
with
$this->_input = iconv($this->_encoding, 'UTF-8//IGNORE', $this->_input);

but i obtain a white page in the back end

an example of pdf file attached to this message
(thanks to delete it after save)

thanks
Ultima modifica: 20/02/2012 20:06 da Antonio.Motivo: pdf deleted as required
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re: impossible search in the body section 21/02/2012 00:43 #210

  • Giampaolo
  • Avatar di Giampaolo
  • OFFLINE
  • Administrator
  • Messaggi: 465
  • Ringraziamenti ricevuti 43
Hi,
we have tested your file and works (see image).


Questa immagine è nascosta ai visitatori. Prego accedi o registrati per visualizzarli.
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
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re: impossible search in the body section 21/02/2012 09:52 #212

  • Vincent
  • Avatar di Vincent
  • OFFLINE
  • Fresh Boarder
  • Messaggi: 12
hi,

strange !
i post hard copy of my config and example of search in the attached document
My pdf seems to be indexed correctly :S

thanks for your help
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re: impossible search in the body section 21/02/2012 10:07 #213

  • Vincent
  • Avatar di Vincent
  • OFFLINE
  • Fresh Boarder
  • Messaggi: 12
in a zip format !
Allegati:
  • Allegato Questo allegato è nascosto ai visitatori. Prego accedi o registrati per visualizzarli.
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.
  • Pagina:
  • 1
  • 2
  • 3