Update Readme & links
authorAidan Saunders <aidan.saunders@squiffle.uk>
Thu, 20 Jul 2023 22:27:52 +0000 (23:27 +0100)
committerAidan Saunders <aidan.saunders@squiffle.uk>
Thu, 20 Jul 2023 22:27:52 +0000 (23:27 +0100)
ext/civicrm_search_ui/README.md
ext/civicrm_search_ui/ang/afsearchFindContributions.aff.html
ext/civicrm_search_ui/info.xml

index 13c0b7dcf8432b3b7f31c43858657bd5459c9f29..40630681abed6a5e4f3072492ed5780a5d3f6fca 100644 (file)
@@ -2,7 +2,9 @@
 
 This experimental extension provides replacements for core Search pages.
 
-These may not have the full functionality of existing pages so enable with caution.
+Fully working searches will override core searches.
+
+Searches still being developed are under the 'Experimental' menu. These may not have the full functionality of older pages.
 
 The extension is licensed under [AGPL-3.0](LICENSE.txt).
 
@@ -10,22 +12,30 @@ The extension is licensed under [AGPL-3.0](LICENSE.txt).
 
 * PHP v7.4+
 
-## Installation 
+## Installation
 
-The extension is distributed with core.  
+The extension is distributed with core.
 
 It can be enabled using the Extensions admin page or using `cv enable civicrm_search_ui`
 
 ## Getting Started
 
-New searches will automatically replace core ones.  
-
-## Known Issues
+Fully working searches will automatically replace core ones.
 
-Since this is part of core, report issues at
-https://lab.civicrm.org/dev/core/-/issues and prefix with 'SearchUI:'
+Searches still being developed are under the .Experimental' menu.
 
 Get involved with improving these replacements - see
 https://lab.civicrm.org/dev/core/-/issues/3912
 
+## Known Issues
+
+Please see the links below for each page provided by SearchUI and add new issues to those.
+
+| Search | Status | Issues |
+| ------ | ------ | ------ |
+| Find Contacts (basic search) | Live | |
+| Find Contributions | Experimental | https://lab.civicrm.org/dev/core/-/issues/4440 |
+
+
+
 
index de6d529e2619a3b7dfb67f66ceec03a78fc3ada9..dac443abb7431b9d0a66d0e8dc96a7bcdbdff425 100644 (file)
@@ -1,5 +1,5 @@
 <div af-fieldset="">
-  <p class="af-text">This is intended as a replacement for the Find Contributions page.&nbsp; Please provide feedback at https://lab.civicrm.org/dev/core/-/issues/3912</p>
+  <p class="af-text">This is intended as a replacement for the Find Contributions page.&nbsp; Please provide feedback at https://lab.civicrm.org/dev/core/-/issues/4440</p>
   <div class="af-container af-layout-inline af-collapsible" af-title="Contact Filters">
     <af-field name="Contribution_Contact_contact_id_01.display_name,Contribution_Contact_contact_id_01.sort_name,Contribution_Contact_contact_id_01.email_primary.email" defn="{label: 'Name or Email', input_type: 'Text'}" />
     <af-field name="Contribution_Contact_contact_id_01.tags" defn="{input_attrs: {multiple: true}}" />
index 2d838cd67d2835681d1015e29abc06d8fb5263ef..417ea3355f2f0d96c6e0723f594321e4c747c2bb 100644 (file)
@@ -9,7 +9,7 @@
     <email>aidan.saunders@squiffle.uk</email>
   </maintainer>
   <urls>
-    <url desc="Main Extension Page">https://lab.civicrm.org/dev/core/-/issues/3912</url>
+    <url desc="Main Extension Page">https://github.com/civicrm/civicrm-core/tree/master/ext/civicrm_search_ui</url>
     <url desc="Documentation">https://lab.civicrm.org/dev/core/-/issues/3912</url>
     <url desc="Support">https://lab.civicrm.org/dev/core/-/issues</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>