From ee180c85d55d52dd761c32c9f233c7aab71ad5e4 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Thu, 29 Aug 2024 22:34:42 +0000 Subject: [PATCH] Add free text search as an option under "premium plan" --- app/views/documentation/api_landing.html.erb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/documentation/api_landing.html.erb b/app/views/documentation/api_landing.html.erb index 2b2e16997..5b1a92dfc 100644 --- a/app/views/documentation/api_landing.html.erb +++ b/app/views/documentation/api_landing.html.erb @@ -136,11 +136,10 @@ applications per day <% end %> <%= c.with_item do %> - Customised integration options + Search for applications by description <% end %> <%= c.with_item do %> - <%# TODO: Should we include this? %> - Resale of data + Customised integration options <% end %> <% end %>