Hi CA-Team, we're having troubles configure the advanced search in pawtucked for use with entities. As described in the wiki "For each item type you wish to support searching on you must define an associative array attached to the item table name: ca_objects, ca_entities, ca_places,..." I edited the advanced_search_forms.conf as follows:----------------------------------------## Advanced search forms## This configuration file defines search forms available in your Pawtucket system#ca_entities = { form1 = { settings = { name = People, columns = 2 }, bundles = { ca_entities.preferred_labels = { width = 40, height = 1, label = "ca_entities.preferred_labels" } ca_entities.idno = { width = 40, height = 1, label = "ca_entities.idno" }, ca_entities.entity_id = { width = 40, height = 1, label = "ca_entities.entity_id" }, ca_entities.date = { width = 40, height = 1, label = "ca_entities.date" }, ca_entities.georeference = { width = 40, height = 1, label = "ca_entities.georeference" }, ca_entities.lastModified = { width = 40, height = 1, label = "ca_entities.lastModified" }, ca_entities.status = { width = 40, label = "ca_entities.status" }, ca_entities.biography = { width = 40, height = 1, label = "ca_entities.biography" }, ca_entities.related = { width = 40, height = 1, label = "ca_entities.related" }, } }} ----------------------------------------Pawtucket doesn' show any results. The only "new" I can see is this warning at top of the webpage:"Warning: Invalid argument supplied for foreach() in /var/www/pawtucket/app/helpers/advancedSearchHelpers.php on line 127".We're using Providence and Pawtucket 1.3. In app.conf secondary_searches are enabled:"do_secondary_searches = 1""do_secondary_search_for_ca_entities =1 "Using advanced search on objects is working fine. If I edit advanced_searchs_forms.conf like this:ca_objects = { form1 = { settings = {....the problem is gone and search on objects works. Is there something else I have to do for searching on entities with the advanced search?Thanks for help in advance!