theodo-fintech/spring-search

Facing issue while using @SearchSpec in Post API

Opened this issue · 0 comments

Hi Team,

I am trying to use sipios spring search in my post controller as in my use case I need to do the criteria based query first and then save those records but whenever I do the API call my request body comes to be null, when I remove @SearchSpec parameter from API I am able to get the data in request body but when I used @SearchSpec I getting request body as null.
Can someone please help.