You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Searchlogic
Hi:
I required delete a condition in the searchlogic object:
The example is this:
#params[:search] have the conditions
@search = User.searchlogic(params[:search])
#I want to delete the active_id_not condition
#this doesn't function for me
@search.conditions.delete(:active_id_not) if "any_condition"