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
Handle empty result set in variants_option_values ransacker
Updated the `variants_option_values` ransacker to handle scenarios where
there are no matching product IDs.
By leveraging the `.presence` method, we ensure that the ransacker returns `nil`
instead of an empty array when there are no results.
This prevents potential SQL syntax errors across different database systems.
0 commit comments