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

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

Reworked query analysis and change precedence compared to previous commit:
http://hg.nuxeo.org/nuxeo/nuxeo-core/rev/5a133553b974

Syntax is: 
  word OR word 

Note that this explicit OR has lower precedence than the implicit AND that 
joins words otherwise. So 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