[ 
https://jira.nuxeo.org/browse/NXP-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=82093#action_82093
 ] 

Florent Guillaume commented on NXP-5734:
----------------------------------------

http://hg.nuxeo.org/nuxeo/nuxeo-core/rev/9c9375818046

Syntax is:
  word OR word

Note that this explicit OR has higher precedence than the implicit AND that 
joins words otherwise. Soo the query:
  foo bar OR gee
is interpreted (conceptually - parentheses are actually not allowed) as:
  foo AND (bar OR gee)


> VCS: add support for OR in fulltext search
> ------------------------------------------
>
>                 Key: NXP-5734
>                 URL: https://jira.nuxeo.org/browse/NXP-5734
>             Project: Nuxeo Enterprise Platform
>          Issue Type: New Feature
>          Components: Core SQL Storage, Search / Query
>            Reporter: Florent Guillaume
>            Assignee: Florent Guillaume
>            Priority: Major
>             Fix For: 5.4
>
>
> Add support for OR in fulltext search.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to