-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.8
-
Component/s: Faceted Search (deprecated)
-
Backlog priority:500
Steps to reproduce (DM needed):
- create a custom faceted search (in Studio for instance) and bind the fulltext widget in it
- in suggestion, search for a keyword (fulltext)
=> this criterion is not taken into account by the current faceted search and an error is shown in logs:
Caused by: org.nuxeo.ecm.core.api.model.PropertyNotFoundException: Property not found: fsd:ecm_fulltext at org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getProperty(DocumentModelImpl.java:1427) at org.nuxeo.ecm.platform.suggestbox.handlers.FacetedSearchSuggestionHandler.run(FacetedSearchSuggestionHandler.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.nuxeo.ecm.automation.core.impl.InvokableMethod.doInvoke(InvokableMethod.java:142) at org.nuxeo.ecm.automation.core.impl.InvokableMethod.invoke(InvokableMethod.java:149) ... 115 more
- is required by
-
NXS-1784 Add suggest box configuration for faceted search content views
- Resolved