Louis Müller
Thanks for your support @Louis Müller
I wanna know the under the hood of BusinessDataRepository
since I'm facing the issue with that. Somehow, the query couldn't retrieve any data even the data exist another place. I doubt it the createdDate data/format type in the ES different format/zone with the input. But it's still not right. By the way, have you faced any issue like that?
Code: BusinessDataRepository.search(Example.class).textField("state)..containsPhrase(Enum.state)).execute().getAll();
Raw Query:{"size":1000,"query":{"bool":{"filter":[{"match_phrase":{"state":"DRAFT"}},{"range":{"createdDate":{"lt":"2025-04-19T11:23:19.345+0700"}}}]}},"_source":{"excludes":["*"]}}