This commit is contained in:
smilerz 2021-09-27 07:28:53 -05:00
parent b3cffa4a38
commit 7eaeb0d03e

View File

@ -44,7 +44,7 @@ def search_recipes(request, queryset, params):
search_foods_or = str2bool(params.get('foods_or', True))
search_books_or = str2bool(params.get('books_or', True))
search_internal = str2bool(params.get('internal', None))
search_internal = str2bool(params.get('internal', False))
search_random = str2bool(params.get('random', False))
search_new = str2bool(params.get('new', False))
search_last_viewed = int(params.get('last_viewed', 0))