Jarek Tkaczyk
Jarek Tkaczyk
I don't think @nicolaslopezj is going to take care of this: https://github.com/nicolaslopezj/searchable/issues/58, so instead use this one https://github.com/jarektkaczyk/eloquence/wiki/Builder-searchable-and-more#searchable
Use this https://github.com/jarektkaczyk/eloquence/wiki/Builder-searchable-and-more and you can make it work flawlessly in your case. Any of these will get you your `The White Wizard` row: ``` The White Wizard The White...
@beniaminorossini Show the relations and number of rows involved, that make your query slow. With core eloquent features, there's no way to achieve scoring using `whereHas`, but I'm on it...
@beniaminorossini @sergiocastrovale @nicolaslopezj So I've worked on improving performance and usability, and here it goes: https://github.com/jarektkaczyk/eloquence/wiki/Builder---searchable-and-more Check it out guys, the **scoring algo is based on the one use here...
sry for late reply, I will try to find a moment for this soon.
What was exactly the problem here?
Hi, provide context so we can reproduce the error. Laravel version, your code etc.
any chance for a PR with fix?
tagged v6 #250 250
seems like a few BC changes were introduced, so fixes will be necssary. Feel free to make a PR fixing 👍