Benjamin Vetter
Benjamin Vetter
Hi, sorry, but i'd consider this to be out of scope and I don't see a strong use case for it, as i don't think anyone will ever remember the...
interesting. thx for pointing this out.
hi, thanks for opening this. Actually, i want to stay as database agnostic as possible. But more importantly, it's currently not possible to add database specific attributes. While postgres and...
please provide more details ... ``` ruby Server.search("ip:'8.8.8.8'") ```
huh, could you please provide your `search_cop` specification from your model ...
ah, ok, postgres specific datatype. search_cop currently supports text, numeric, date and boolean datatypes. I'll check if this should be extended, thx.
Hi, thanks for opening this! However, i think i don't fully understand what you try to achieve. If you want to scope your search queries to a particular user, doing...
Thanks for the exhaustive answer. Regarding "why outside of search cop": similar to unix philsophy, do one thing and do it good, all the scoping activerecord is already perfectly good...
hi, search_cop tries to be as database agnostic as possible and hstore is postgres only, but yeah, this can be made to work. Bit of a question is, as you...
i'll dig into it.