From 7c26f2e3a0729417aad90881e742b18f6fdaf9ee Mon Sep 17 00:00:00 2001 From: ADmad Date: Tue, 29 Oct 2024 16:08:01 +0530 Subject: [PATCH 1/2] Move entry in alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46ef9ba..a07b608 100644 --- a/README.md +++ b/README.md @@ -281,10 +281,10 @@ Additional lists you might find useful: *Plugins and software for indexing and performing search queries on data.* - 🍰 [Cake/ElasticSearch plugin](https://github.com/cakephp/elastic-search) - Alternative ORM using [Elasticsearch](https://www.elastic.co/) as its backend. +- 🍰 [CakeDC/Search plugin](https://github.com/CakeDC/search-filter) - Powerful and flexible solution for implementing advanced search functionality. Provides a robust set of tools for creating dynamic, user-friendly search interfaces with minimal effort. - 🍰 [PlumSearch plugin](https://github.com/skie/plum_search) - Implements custom, flexible and extendable search strategies. Implements PRG pattern. - 🍰 [Search plugin](https://github.com/FriendsOfCake/search) - Provides easy searching/filtering for paginated views using PRG pattern. - 🍰 [Tags plugin](https://github.com/dereuromark/cakephp-tags) - For tagging and finding tagged records. -- 🍰 [CakeDC Search plugin](https://github.com/CakeDC/search-filter) - Powerful and flexible solution for implementing advanced search functionality. Provides a robust set of tools for creating dynamic, user-friendly search interfaces with minimal effort. ## Security *Plugins and information around security, preventing vulnerabilities and protection against XSS and alike.* From a2b439fd4c54689e764ad6b9b2dea806ede40ecc Mon Sep 17 00:00:00 2001 From: ADmad Date: Tue, 29 Oct 2024 16:11:36 +0530 Subject: [PATCH 2/2] Fix plugin name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a07b608..332d363 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ Additional lists you might find useful: *Plugins and software for indexing and performing search queries on data.* - 🍰 [Cake/ElasticSearch plugin](https://github.com/cakephp/elastic-search) - Alternative ORM using [Elasticsearch](https://www.elastic.co/) as its backend. -- 🍰 [CakeDC/Search plugin](https://github.com/CakeDC/search-filter) - Powerful and flexible solution for implementing advanced search functionality. Provides a robust set of tools for creating dynamic, user-friendly search interfaces with minimal effort. +- 🍰 [CakeDC/SearchFilter plugin](https://github.com/CakeDC/search-filter) - Powerful and flexible solution for implementing advanced search functionality. Provides a robust set of tools for creating dynamic, user-friendly search interfaces with minimal effort. - 🍰 [PlumSearch plugin](https://github.com/skie/plum_search) - Implements custom, flexible and extendable search strategies. Implements PRG pattern. - 🍰 [Search plugin](https://github.com/FriendsOfCake/search) - Provides easy searching/filtering for paginated views using PRG pattern. - 🍰 [Tags plugin](https://github.com/dereuromark/cakephp-tags) - For tagging and finding tagged records.