Replies: 1 comment
-
Modifying the code of UsesCipherSweet like this:
Allows for the compound index to work |
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
-
Hi,
Has anyone used CompoundIndex ?
I tried but I can't find a way to search for the value afterward.
My index is created like this:
then if I want to search for a result in the index, I don't know how to put my two columns, as the
whereBlind()
function only allows for one:$search = Certificate::whereBlind('first_name', 'name', 'Firstname')->first();
Any idea ?
Beta Was this translation helpful? Give feedback.
All reactions