Searching in a non-existent book is a 404 case

This commit is contained in:
Veloman Yunkan 2022-01-30 15:41:36 +04:00
parent c64fce52e7
commit 389d29c92e
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ const char* urls404[] = {
"/ROOT/random", "/ROOT/random",
"/ROOT/random?content=non-existent-book", "/ROOT/random?content=non-existent-book",
"/ROOT/search", "/ROOT/search",
"/ROOT/search?content=non-existing-book&pattern=asdfqwerty",
"/ROOT/suggest", "/ROOT/suggest",
"/ROOT/suggest?content=non-existent-book&term=abcd", "/ROOT/suggest?content=non-existent-book&term=abcd",
"/ROOT/catch/external", "/ROOT/catch/external",