search
Hello, I want to add a new action button and when I click on this added button, a pop up will be opened and display the search view (search form and search result). So I want to ask : Is it possible to display search form and search result in a pop ...
0 votes
1 answers
0 comments
794 views
Hello, we are using a docker image for Nuxeo 10.10 with a postgresql database. we have disabled the elasticsearch by adding this option elasticsearch.enabled=false in nuxeo.conf file. Nuxeo works fine with this configuration, but while navigating ...
0 votes
1 answers
1 comments
1008 views
Hi, I am trying to override the default search form to add some custom fields and remove the fields “nature”, “subject” and “coverage”. I copy-pasted the code from nuxeo-default-search-form , removed the widgets that I did not want and added one for ...
0 votes
1 answers
1 comments
1421 views
Hello, I am trying to modify the page provider used by the top search bar by adding a second parameter. I have followed the example in this post. ...
0 votes
0 answers
0 comments
1015 views
Hi :) I want to remove the NXQL and Faceted search in nuxeo .I have searched in the internet but i havent found any clue.Can someone help me please?
0 votes
0 answers
0 comments
1634 views
Hello :) I have defined a search content view for a specific type of document.This document has a Boolean property and i can not filter by this property. Can someone help me?
0 votes
1 answers
0 comments
1961 views
Bonjour ! Testant depuis plusieurs jours la plateforme avec le DAM, je suis confronté à un problème lors de la recherche textuelle de mes documents. En effet, lors du renseignement du champs “Sujet” des documents, la langue des éléments suit ...
0 votes
1 answers
0 comments
1987 views
Hi, I'm defining my own search layout for a new search and have the need to filter by some boolean values. The problem I'm facing is that since you include a “checkbox” widget for your search layout definition, it will always be “true” or “false”, ...
4 votes
0 answers
0 comments
2112 views
I've reproduced this behaviour with 6.0 and 8.1 VMs. However, I'm not able to reproduce it in codenvy project. When I go to search page or use the suggest search box and use special characters everything goes as expected. When in the suggest search ...
0 votes
0 answers
0 comments
1903 views
Hi Folks, I am customizing the default search filter of Nuxeo. I have created my own field called Keywords which is a List Widget I have reflected the same field (Keyword) in search filter page but couldn't able to search based on keywords entered. ...
0 votes
1 answers
0 comments
1942 views
I've noticed that search bar is not working correctly for some data , i keep getting “No matches found” but when searching for the same value from “Search tab” -> Text search : i get the result . Is there a way to solve this problem ?
0 votes
0 answers
0 comments
1824 views
IPTC metadata in nuxeo 7.10 and make it searchable by the platform? You guys will mention the documentation https://doc.nuxeo.com/display/NXDOC/Binary+Metadata but it is not helpful! it is not clear at all!!! I noticed that the nuxeo platform used ...
1 votes
2 answers
5 comments
2592 views
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:currentLifeCycleState != 'deleted' AND ecm:parentId ...
0 votes
1 answers
0 comments
4237 views
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 ?
0 votes
1 answers
1 comments
2393 views
Hi, How to search data using some part of string instead of entire string. ex: i had a string like “nuxeo database here” In Nuxeo Search i need to get result , if i search using either “nuxeo” or “database” . i tried by using LIKE Operator but that ...
1 votes
1 answers
0 comments
1796 views