field() not working #174
Unanswered
surfthakur
asked this question in
Q&A
Replies: 1 comment
-
I don't have time to research this myself at the moment, so I'll either need your help to find the reason (bug) why it works that way, or I need a clean and simple reproduction (for example with the demo repo). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
$model::search('python')->field('title')->get();
is returning all the fields instead of just returning title
Beta Was this translation helpful? Give feedback.
All reactions