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 has been archived by the owner on Mar 30, 2022. It is now read-only.
in my project I use meta_search to implement serching in my model
classPicture < ActiveRecord::BaseincludeRails.application.routes.url_helpersmount_uploader:avatar,AvatarUploaderattr_accessor:prefix,:tag_listacts_as_ordered_taggable_on:tags
...
end
I try the avatar_or_tag_taggings_tag_name_contains to combine a search on picture model witdh taggings, but widthout success.
Can you help me to do this?
Tank in advance
Steve
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
in my project I use meta_search to implement serching in my model
My controller is:
My _search.html.erb is:
I try the avatar_or_tag_taggings_tag_name_contains to combine a search on picture model witdh taggings, but widthout success.
Can you help me to do this?
Tank in advance
Steve
The text was updated successfully, but these errors were encountered: