Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Added IN statement for WHERE condition and Added whereIn macro to Laravel\Scout\Builder Class #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aldozorzi
Copy link

Hi there,
today I used your package for the first time, thanks a lot.
I needed a way to perform complex query and a fulltext search, so I added a whereIn macro to Laravel\Scout\Builder and I added the support for IN statement to your Yab\MySQLScout\Engines\Modes\Mode object . So now it's possible to perform a complex query, get all the IDS resulting, and pass them to the Laravel\Scout\Builder::whereIn new method.
I hope you'll like this and accept this pull request.

Added whereIn macro to Laravel\Scout\Builder Class
@msonowal
Copy link
Collaborator

@aldozorzi
Can you add some tests

@nw-mjl
Copy link

nw-mjl commented Jul 24, 2023

So there is NO support for whereIn using this driver?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants