> --
> You received this message because you are subscribed to the Google
> Groups "ActiveScaffold : Ruby on Rails plugin" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/activescaffold/-/C1v0tcjhJoMJ [1].
> To post to this group, send email to actives...@googlegroups.com.
> To unsubscribe from this group, send email to
> activescaffol...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/activescaffold?hl=en.
>
>
> Links:
> ------
> [1] https://groups.google.com/d/msg/activescaffold/-/C1v0tcjhJoMJ
I understood you only need to override the search conditions.
> What I was looking for was a simple way to insert a select field with the
> comparison operators just in front of the select field with the actual
> values. Just like the operator select fields which are inserted
> automatically with all the other search_uis (just not so with :select).
You will have to override active_scaffold_search_select and include the
operators
def active_scaffold_search_select(column, html_options)
operators html code << super
end