Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! do case insensitive search using nxql

i'm using Nxql to do search on my custom document types, but i've noticed that with this NXQL query : <fixedPart> ecm:isCheckedInVersion = 0 AND ecm:mixinType != 'HiddenInNavigation' AND ecm:currentLifeCycleSt...

ITShine_ by Star Contributor
  • 144 Views
  • 1 replies
  • 0 kudos

full-text search on scanned document pdf

I want to do a full-text search on scanned documents, i've heard about the possibility of using Tesseract as an OCR by setting a command line but i can't find how to do this. Any suggestions ? or a workaround ?

ITShine_ by Star Contributor
  • 149 Views
  • 2 replies
  • 0 kudos

How to get the URL of document in template ?

Hello, I send a email with a template. in the template I have a list of document and I want get the URL of each doc. Code : <#list Context['myDocList'] as myDoc> <li><a href="${myDoc.url}">${myDoc['dc:title']}</a></li> </#list> Thanks.

Error to Preview Office documents

I uploaded a "word" file and when I try preview it, this error is showed in log. My nuxeo version is 5.6 on ubuntu virtual box. Only I can download it. 2013-04-17 09:42:01,024 ERROR [org.nuxeo.ecm.platform.preview.restlet.PreviewRestlet] could not bu...

Resolved! Problem after upgrading from 5.8 to 6

Hi, I tried to upgrade my home nuxeo server yesterday and met some problem. As I upgraded the Ubuntu distribution to, I first met problem with the upgrade of prosgresql. That was a dependency problem and found a solution on Ubuntu forums. Now my Ubun...

Yann_ by Champ in-the-making
  • 461 Views
  • 9 replies
  • 1 kudos

FileManagerService: Override the default importer

Hello, I want to create my own File importer, so I did a contribution to the FileManagerService extension. But still my code is not executed the default importer is running. Here's what I tried: <?xml version="1.0"?> <component name="org.nuxeo.projec...

Dalal_ by Confirmed Champ
  • 88 Views
  • 0 replies
  • 0 kudos

nuxeo csv report not refreshing

I'm using CSV import to import several files, i've noticed that : Loaded files stop showing after a certain number of filesThe report showing the number of success / failed imported files doesn't appear at the end I've to look in the log file to see ...

ITShine_ by Star Contributor
  • 122 Views
  • 0 replies
  • 0 kudos