Member | field Car_1 | field Car_2 |
Member 1 | BMW | Audi |
Member 2 | Audi | Porsche |
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You would need to create a new fieldtype plugin to handle this. It'd need to have custom search output and have proper search criteria handling.you know some other way, maybe a additional component or plugin wich can handle this? The search in the 2 fields is just one part, I like to combine this with some other search criterias, like range, age and some like that... Or maybe I have to go a other way to define the fields in CB? I tryed also the advanced search component, but also this can not handle the search of one keyword in different fields....
I suppose you could using CB Auto Actions in a Code action using jQuery method to insert new inputs into the page. Could even move values to them when 1 input changes, etc.. but it's probably not going to give you the desired result as a new fieldtype would.Is it possible to create a hidden textfield, which include the values from 2 or more other fields? On this way I can use this field for the search... Just a idea...
Please Log in or Create an account to join the conversation.