Merge pull request #8861 from danbrellis/patch-1
[civicrm-core.git] / xml / schema / Contact / SavedSearch.xml
index 5ac148e228c13cf4d06eea2c1a5187a697f2db78..f35330c73cf9a9840eefab0d0b58ee18498993af 100644 (file)
@@ -9,8 +9,9 @@
   <field>
     <name>id</name>
     <type>int unsigned</type>
+    <title>Saved Search ID</title>
     <required>true</required>
-    <comment>Saved search ID</comment>
+    <comment>Saved Search ID</comment>
     <add>1.1</add>
   </field>
   <primaryKey>
@@ -37,6 +38,7 @@
   <field>
     <name>is_active</name>
     <type>boolean</type>
+    <title>Saved Search Enabled</title>
     <comment>Is this entry active?</comment>
     <add>1.1</add>
     <drop>1.5</drop>
@@ -44,6 +46,7 @@
   <field>
     <name>mapping_id</name>
     <type>int unsigned</type>
+    <title>Mapping ID</title>
     <comment>Foreign key to civicrm_mapping used for saved search-builder searches.</comment>
     <add>1.5</add>
   </field>
   <field>
     <name>search_custom_id</name>
     <type>int unsigned</type>
+    <title>Option Value ID</title>
     <comment>Foreign key to civicrm_option value table used for saved custom searches.</comment>
     <add>2.0</add>
   </field>
   <field>
     <name>where_clause</name>
     <type>text</type>
+    <title>Where Clause</title>
     <comment>the sql where clause if a saved search acl</comment>
     <add>1.6</add>
   </field>
   <field>
     <name>select_tables</name>
     <type>text</type>
+    <title>Select Tables</title>
     <comment>the tables to be included in a select data</comment>
     <add>1.6</add>
   </field>
   <field>
     <name>where_tables</name>
     <type>text</type>
+    <title>Where Tables</title>
     <comment>the tables to be included in the count statement</comment>
     <add>1.6</add>
   </field>