From 2e0ec49b428d9738622ca04508f8d6a18949ed50 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 4 Aug 2024 11:55:07 +0200 Subject: [PATCH] feat: update exclusion settings for translation service Updated the translation service to exclude it from both the index and simple search results. This change ensures that the translation service doesn't appear in search results, streamlining the search functionality and improving user experience by hiding irrelevant services. --- data/services.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/services.json b/data/services.json index 88cf872..4ad5f6e 100644 --- a/data/services.json +++ b/data/services.json @@ -379,8 +379,8 @@ } ], "icon": "translate", - "exclude_from_index": false, - "exclude_from_simple": false + "exclude_from_index": true, + "exclude_from_simple": true }, { "name": "wishthis",