We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8989868 commit 9da2fcbCopy full SHA for 9da2fcb
sql/bridge/src/test/scala/app/softnetwork/elastic/sql/SQLCriteriaSpec.scala
@@ -3,7 +3,7 @@ package app.softnetwork.elastic.sql
3
import app.softnetwork.elastic.sql.bridge._
4
import com.sksamuel.elastic4s.ElasticApi.matchAllQuery
5
import com.sksamuel.elastic4s.http.search.SearchBodyBuilderFn
6
-import com.sksamuel.elastic4s.searches.SearchRequest
+import com.sksamuel.elastic4s.requests.searches.{SearchBodyBuilderFn, SearchRequest}
7
import org.scalatest.flatspec.AnyFlatSpec
8
import org.scalatest.matchers.should.Matchers
9
0 commit comments