This repository has been archived by the owner on Feb 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 243
Where Clauses #74
Comments
The definition of the |
Oh i see, thanks for information. |
In a project in my company we also need more complex searches, so we use a custom fork of this driver that has #56 merged. This way we can pass what we like to Elastic. |
Very nice, I will try this solution. |
#56 has been merged. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get an error when using this code
Post::search($keyword)->where('id', '>', 6)->get();
What's the code for needs like this?
The text was updated successfully, but these errors were encountered: