01/27/2017 at 10:59 am
#408759
Keymaster
@ Barbara
re: Are multiple search criteria able to be achieved without special configuration from you? If so, how do I set that up?
Well, there are two ways to achieve this. The core Connections does support this yes. So you would require either the add-on that is already coded by me to take advantage of those features or code up a solution yourself. How to do the later is not something I can really give step by steps instructions on. But if that is something you’d like to tackle. The support query variables can be found in the class.retrieve.php file in the entries() method. You would need to develop a form to output the search fields and send them as a query string so Connections can filter the results by the chosen values.
Hope this helps!
