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
It is possible for the user to reference an attribute or attributes for multisearchable that contains no data. If there is no data for the content of the pg_search_document, a record is created anyway.
Suggestion - it may be more efficient to not create a pg_search_document record when there is no searchable data to be stored.
It is possible for the user to reference an attribute or attributes for
multisearchable
that contains no data. If there is no data for thecontent
of the pg_search_document, a record is created anyway.Suggestion - it may be more efficient to not create a pg_search_document record when there is no searchable data to be stored.
pg_search/lib/pg_search/multisearchable.rb
Lines 57 to 63 in d6064dc
The text was updated successfully, but these errors were encountered: