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
{{ message }}
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
Some indexes are only useful when the given text matches certain constraints — specially constraints regarding text length. The goal of this issue is including in the Base index some validations (i.e. coming from ActiveModel::Validations), so each particular index can implement them with few overhead.
Some indexes are only useful when the given text matches certain constraints — specially constraints regarding text length. The goal of this issue is including in the
Baseindex some validations (i.e. coming fromActiveModel::Validations), so each particular index can implement them with few overhead.