3
0
mirror of https://github.com/Qortal/q-shop.git synced 2025-01-30 14:52:20 +00:00

added mode all

This commit is contained in:
PhilReact 2024-01-13 15:58:51 +02:00
parent d565c9fabb
commit 615217fc33

View File

@ -171,7 +171,7 @@ const GlobalWrapper: React.FC<Props> = ({ children, setTheme }) => {
} }
async function getMyCurrentStore(name: string) { 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, { const responseBlogs = await fetch(url, {
method: "GET", method: "GET",
headers: { headers: {