You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
Description
There should be a way to search records without having to map them to Lucid records and directly get the result from the driver.
Proposal
There could be two new methods on the
Builder
:raw
andpaginateRaw
that returns the driver results without mapping them:The
Builder
should have a new generic that extends theMagnifyEngine
to properly type the returns.The text was updated successfully, but these errors were encountered: