|
|
|
If you use "querySimpleFts" with a null filter, you will never receive any results because the method tests "if filter is not null and filter.accept returns true" to add the DocumentModel in the result list. This is not the case with the "query" method (the method adds the DocumentModel to the result list "if filter is null OR filter.accept returns true").
affected class: org.nuxeo.ecm.core.api.AbstractSession
affected method:querySimpleFts(String keywords, Filter filter)
|
|
|
|
![]() |
|
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets