diff --git a/docs/docs/documentation/getting-started/api-usage.md b/docs/docs/documentation/getting-started/api-usage.md index 10ce7fa58add..dc1b24f8f623 100644 --- a/docs/docs/documentation/getting-started/api-usage.md +++ b/docs/docs/documentation/getting-started/api-usage.md @@ -8,7 +8,7 @@ Mealie supports long-live api tokens in the user frontend. See [user settings pa ## Key Components ### Exploring Your Local API -On your local installation you can access interactive API documentation that provides `curl` examples and expected results. This allows you to easily test and interact with your API to identify places to include your own functionality. You can visit the documentation at `http://mealie.yourdomain.com/docs` or see the example at the [Demo Site](https://mealie-demo.hay-kot.dev/docs) +On your local installation you can access interactive API documentation that provides `curl` examples and expected results. This allows you to easily test and interact with your API to identify places to include your own functionality. You can visit the documentation at `http://mealie.yourdomain.com/docs` or see the example at the [Demo Site](https://demo.mealie.io/docs). ### Extras #### Recipe Extras diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index d0996bcb814d..20d35997caf2 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,5 +1,5 @@ site_name: Mealie -#demo_url: https://mealie-demo.hay-kot.dev/ +demo_url: https://demo.mealie.io site_url: https://hay-kot.github.io/mealie/ use_directory_urls: true theme: diff --git a/frontend/pages/search.vue b/frontend/pages/search.vue index 5b5c6f6eae0d..e9ff691e07bf 100644 --- a/frontend/pages/search.vue +++ b/frontend/pages/search.vue @@ -25,77 +25,78 @@ - - - - +
+ + + + + + + + + + + + + + + + + + + +
advancedQp.value === "true", + set: (val) => { + advancedQp.value = val ? "true" : "false"; + }, + }); + // ================================================================ // Global State @@ -282,6 +294,7 @@ export default defineComponent({ updateCatParams, updateFoodParams, updateTagParams, + advanced, }; }, head() {