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

Forum Posts

Full-text prefix search with PostgreSQL

On the demo.nuxeo.com Advanced Search page, a query with Title = 'Work*' returns no results. A query with Title = 'Workspaces' returns two folders with that precise title. Is it the expected behavior for the query with Title = 'Work*' to return no re...

rg1_ by Star Contributor
  • 231 Views
  • 6 replies
  • 1 kudos

Enhance UserProfileService with ability to import a CSV dataFile

I would like to be able to initialize the default set of UserProfiles that accompany the default set of users I can initialize via the SQLDirectoryFactory CSV dataFile. What would you think about adding a "dataFile" attribute to the UserProfileServic...

rg1_ by Star Contributor
  • 144 Views
  • 2 replies
  • 0 kudos

Template, inputText et ID pour lier à un Document

Bonjour, Un de mes documents doit contenir un champ qui affiche une liste d'éléments en fonction de leur type. Si un des éléments est de type simple et on doit afficher une entrée de texte normale (inputText) Le second type est multiple et on doit af...

How do i query for User Management ?

How do i query User Management like we have for Documents ? Documents docs = (Documents) session.newRequest("Document.Query") .set("query", "SELECT * FROM Document").execute();