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

Forum Posts

How do I implement weighting on fulltext search results ?

How do I implement weighting on fulltext search results ? I'm working on Nuxeo EP 5.6HF29 with Postgresql 9.1. I'm looking for a way to implement weighting on search results based on a multi criteria query. The NXQL query looks like this : Select * f...

djoncour_ by Champ on-the-rise
  • 900 Views
  • 1 replies
  • 2 kudos

NXSQL: comment ignorer le suffix caché d'un folder

Bonjour Je voudrais exécuter la requête suivante mais sans spécifier le suffixe généré automatiquement par Nuxeo: SELECT * FROM Document WHERE ecm:path STARTSWITH '/Atrium.1391702958298' (je veux accéder à tous les documents dans le domaine /Atrium) ...

Arnault_ by Confirmed Champ
  • 757 Views
  • 1 replies
  • 0 kudos

Problem when the folder's name contains " ' " (single quote)

Hi, When I create a folder and when the title contains a single quote, it is impossible to create a document inside (folder or binary container). Here the message I have : No such document: No such document: /default-domain/workspaces/test30/test na...

jour_ by Champ in-the-making
  • 1047 Views
  • 3 replies
  • 0 kudos

Problems with validation tasks

Hi Guys, I have the following situation: I'm User Administrator 1- I sent one Task to the User1 to create a Report. 2- User1 rejected my task. 3- It was created the another task(rejection) to user Adm. 4- When I click the button Done, It's validating...

klebervz_ by Confirmed Champ
  • 461 Views
  • 0 replies
  • 0 kudos

Version history in sections

Hi, According to nuxeo documentation (Nuxeo platform 5.9.2), When you publish a document, the following elements are kept from the workspace document: The metadata,All attachments,The document history (Event log tab only),The tags (if this is a first...

cuyo_ by Confirmed Champ
  • 526 Views
  • 0 replies
  • 0 kudos

How to get file/folder permission ?

Hi all, I have started from here: http://doc.nuxeo.com/display/public/NXDOC58/Java+Automation+Client and https://github.com/nuxeo/nuxeo-features/blob/master/nuxeo-automation/nuxeo-automation-client/src/main/java/org/nuxeo/ecm/automation/client/adapte...

Calling NuxeoPrincipal.Get from REST API

Bonjour J'utilise l'API REST python (nuxeolib-py) J'ai essayé de rajouter un appel à l'opération NuxeoPrincipal.Get, en copiant l'exemple fonctionnel pour l'appel à l'opération Document.Query def query(self, query, language=None): return self._ex...

Arnault_ by Confirmed Champ
  • 1001 Views
  • 3 replies
  • 0 kudos

Resolved! CMIS behind a reverse-proxy?

I'm currently trying to connect CMIS Explorer (Android app) to Nuxeo DM 5.5. In my current setup, Nuxeo runs behind an SSO solution called LemonLDAP, acting as a reverse proxy. The SSO part works well - through mod_sso. The publicly accessible URL us...

OlivierM_ by Star Contributor
  • 3140 Views
  • 11 replies
  • 2 kudos

LiveEdit and External SSO

Hi, I use external SSO (HTTP_HEADER) with nuxeo. I have a problem with NUXEO LIVEEDIT under IE9. It seems that Live Edit (for ie) not transmit Cookies except JSESSIONID to Nuxeo's request /nuxeo/nxliveedit.faces. Thanks

David79_ by Champ on-the-rise
  • 741 Views
  • 1 replies
  • 0 kudos

Resolved! Nuxeo Compilation Error (Nuxeo Platform Annotation GWT Client)

Hi, I am trying to compile nuxeo using as a guide the documentation described here: http://doc.nuxeo.com/display/public/CORG/Getting+the+Nuxeo+source+code However I am not able to run the following command sucessfully: mvn -DskipTests install -Paddon...

Dan_Mendes by Champ in-the-making
  • 957 Views
  • 2 replies
  • 0 kudos

BusinessAdapter not available in REST call

Hello, Using nuxeo IDE, I've created a Document Adapter extending BusinessAdapter to be available in REST calls. If nuxeo server is launched from the IDE, then the adapter is not found from REST and raise : org.nuxeo.ecm.webengine.WebException: Unabl...

yginieys_ by Champ in-the-making
  • 1021 Views
  • 2 replies
  • 0 kudos

Resolved! undefined appended to body unfold workspaces IE

Hi There, I'm using nuxeo 5.8 HF8. In IE undefined appears at the end of the html body when the workspaces are unfolded by clicking the small "+" in the navigation tree (left menu). Is this a bug? EDIT: It also appears on the Admin center EDIT 2 Sure...

Bauke_Roo by Star Contributor
  • 2666 Views
  • 5 replies
  • 0 kudos

REST Url rewriting

Hello, We would like to hide some nuxeo specific URL patterns from client side and replace them by simple URL. For example, we would like to hide NXQL parameter and BusinessObject adapter, in order to have the same response as : GET /nuxeo/site/api/v...

yginieys_ by Champ in-the-making
  • 608 Views
  • 1 replies
  • 0 kudos

Is Nuxeo the right DMS for me?

Hello! I search a DMS System for my company. I want to archive PDF's (bill, invoice, ...). What I need: Search inside a PDF (OCR?)Automatic import from a folder. I want to copy PDF's in a folder and nuxeo should tagging and classifing the PDF accourd...

fohnbit by Champ in-the-making
  • 580 Views
  • 1 replies
  • 0 kudos

Dev mode (org.nuxeo.dev=true) breaks page actions?

Activating the dev mode seams to alter the behavior of pages actions: even if action outcome is empty the navigation is performed, which breaks the actions returning a null outcome (an empty string) as long as it doesn't find a corresponding navigat...

promanov_ by Star Contributor
  • 689 Views
  • 1 replies
  • 0 kudos

How to update an UserProfile entry from API REST

Bonjour Nous avons ajouté un schéma AtriumUserSchema pour ajouter une propriété au UserProfile Lorsque je lance une requête NXSQL via l'API REST (python) query = "SELECT * FROM UserProfile" result = session.query(query) J'obtiens bien les valeurs de...

Arnault_ by Confirmed Champ
  • 441 Views
  • 0 replies
  • 0 kudos