advanced search
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2013 09:18 AM
Hello, I try to build a content view for a adavnced search http://doc.nuxeo.com/display/Studio/Configure+a+domain+specific+advanced+search
but when, for example, I make a search on the title, the only operator is "LIKE" ou "=" but how configure the widget to search with "CONTAINS" like : http://doc.nuxeo.com/display/USERDOC/Smart+search+operators
or having several operator ? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2013 03:59 AM
Like is the good operator but be careful to use a real database engine to manage it correctly (Postgres, oracle, MS SQL, etc.). Embedded database used by default not manage well this operator.
Argument you can use so, will be "%keywor%". You will ask documents containing keywor fragment into the title.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2013 04:44 AM
yes, if I search "%tile%" ok, but if I search "title" without "%" the result is not the same... and it can be a source of mistake for my users
