A searching at "set_relation_n_n" field
- Single Page
Posted 05 April 2012 - 08:51 AM
Theme: flexigrid
A searching at "set_relation" field works.
(Search: 'Jones' 'from Employeer' at Customers)
A searching at "set_relation_n_n" field doesn't work.
(Search: 'GUINESS' 'Actors' at Films)
If it can. Would you show me a tips for that?
Using hook? Overwrite part of the library?
I'd like to apologize for my English.
Posted 05 April 2012 - 09:21 AM
Thanks to mention it though.
Posted 05 April 2012 - 09:40 AM
Posted 06 April 2012 - 03:53 AM
Instead "set_relation_n_n" field, I'm planning to use (MySQL's)"SET" field. (like mulpiple "ENUM")
A Searching "SET" field (by like"%...%") works.
A interface for "ENUM" field (for Add and Edit) also works.
Is there a interface for "SET" field (for Add and Edit) ? (or it will be?)
Posted 06 April 2012 - 07:31 AM
Posted 06 April 2012 - 14:58 PM
Posted 07 April 2012 - 02:23 AM
/topic/282-an-interface-for-set-type/
It works on grocery CRUD's "examples". (Table: "film", Field: "special_features")
Posted 07 April 2012 - 11:40 AM