From 615217fc3316216efd386b10980d2ff903310219 Mon Sep 17 00:00:00 2001
From: PhilReact <philliplangmartinez@gmail.com>
Date: Sat, 13 Jan 2024 15:58:51 +0200
Subject: [PATCH] added mode all

---
 src/wrappers/GlobalWrapper.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wrappers/GlobalWrapper.tsx b/src/wrappers/GlobalWrapper.tsx
index 1ec44f7..388930e 100644
--- a/src/wrappers/GlobalWrapper.tsx
+++ b/src/wrappers/GlobalWrapper.tsx
@@ -171,7 +171,7 @@ const GlobalWrapper: React.FC<Props> = ({ children, setTheme }) => {
   }
 
   async function getMyCurrentStore(name: string) {
-    const url = `/arbitrary/resources/search?service=STORE&identifier=${STORE_BASE}-&exactmatchnames=true&name=${name}&prefix=true&limit=20&includemetadata=false`;
+    const url = `/arbitrary/resources/search?mode=ALL&service=STORE&identifier=${STORE_BASE}-&exactmatchnames=true&name=${name}&prefix=true&limit=20&includemetadata=false`;
     const responseBlogs = await fetch(url, {
       method: "GET",
       headers: {