dontReorderAssociatables() on BelongsToMany ( for Scout searchable models ) #4742
-
|
Can we get some kind of dontReorderAssociatables() for BelongsToMany ? as the AttachableController do a and by so, it mess up the order returned by Scout search thanks ! |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Nov 16, 2022
Replies: 1 comment
-
|
Implemented in 4.15.0 This will be applied automatically when Resource uses Scout, or can be activated via: BelongsToMany::dontReorderAttachables(), |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implemented in 4.15.0
This will be applied automatically when Resource uses Scout, or can be activated via:
BelongsToMany::dontReorderAttachables(),