Tests: add yellow submarine search case

This commit is contained in:
pippotadde
2025-12-22 19:23:25 +01:00
parent ab31ed9ca5
commit 0ad2710884

View File

@@ -1032,6 +1032,16 @@ TEST(ServerSearchTest, searchResults)
/* pagination */ {} /* pagination */ {}
}, },
{
/* query */ "pattern=yellow%20submarine&books.id=" RAYCHARLESZIMID,
/* start */ 0,
/* resultsPerPage */ 0,
/* totalResultCount */ 1,
/* firstResultIndex */ 0,
/* results */ { YELLOW_SEARCH_RESULTS[0] },
/* pagination */ {}
},
{ {
/* query */ "pattern=jazz&books.id=" RAYCHARLESZIMID /* query */ "pattern=jazz&books.id=" RAYCHARLESZIMID
"&userlang=test", "&userlang=test",