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

Florent Guillaume commented on NXP-4741:
----------------------------------------

Adding a new fulltext syntax for field-based query:

   ... WHERE ecm:fulltext.dc:title = 'xyz'

This will use a fulltext index if one is configured for this field (dc:title 
here), otherwise will fallback (with a WARN log) on a LIKE-based query that 
cannot be as expressive (order matters, accents aren't taken into account, 
etc.).


> Search on title and description should do a field-based fulltext match
> ----------------------------------------------------------------------
>
>                 Key: NXP-4741
>                 URL: https://jira.nuxeo.org/browse/NXP-4741
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>          Components: Core SQL Storage, Search / Query
>         Environment: 20100212 snpashot
>            Reporter: Solen Guitter
>            Assignee: Florent Guillaume
>            Priority: Major
>             Fix For: 5.3.1
>
>
> I have a document with a title "Ppt presentation".
> When I search "Ppt presentation" in the title field of advanced search form, 
> the document is found.
> When I search "Ppt", "Ppt*" or "presentation", the document is not found.
> Same thing occurs on fields : 
> - description
> - Source
> - Rights
> - Format
> - Language

-- 
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