-
Notifications
You must be signed in to change notification settings - Fork 74
Description
com.marklogic.client.FailedRequestException: Local message: search failed: Bad Request. Server Message: REST-INVALIDPARAM: (err:FOER0000) Invalid parameter: No configured options: filtered
at com.marklogic.client.impl.JerseyServices$JerseySearchRequest.getResponse(JerseyServices.java:2206)
at com.marklogic.client.impl.JerseyServices.getBulkDocumentsImpl(JerseyServices.java:869)
at com.marklogic.client.impl.JerseyServices.getBulkDocuments(JerseyServices.java:744)
at com.marklogic.client.impl.DocumentManagerImpl.search(DocumentManagerImpl.java:500)
at com.marklogic.client.impl.JSONDocumentImpl.search(JSONDocumentImpl.java:26)
at com.marklogic.client.impl.PojoRepositoryImpl.search(PojoRepositoryImpl.java:340)
at com.marklogic.client.impl.PojoRepositoryImpl.search(PojoRepositoryImpl.java:317)
at com.marklogic.client.test.PojoFacadeTest.testC_QueryPojos(PojoFacadeTest.java:291)