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
385: Fix will_paginate crash when Meilisearch disabled r=ellnix a=ellnix
# Pull Request
## Related issue
Fixes#382
Using `Meilisearch::Rails.active?` as an alternative to checking that the objects being replaced are actually `NullObject`.
For an alternative solution see #383
The advantage of this approach is that NullObject remains opaque and requires no special treatment, and the logic is much easier to follow (in my opinion).
Co-authored-by: ellnix <ellnix@disroot.org>
0 commit comments