test: update search API request parameters and sequence numbers

- Update Combined Search and Filters: change has_cover to true, tags_filter to fic
- Update sequence numbers for all search requests (1-7)
- Ensure consistent request ordering in search folder
This commit is contained in:
2026-03-27 21:14:36 -04:00
parent af3c3019cf
commit 99f95d2ff1
6 changed files with 8 additions and 8 deletions
@@ -5,7 +5,7 @@ info:
http:
method: GET
url: "{{base_url}}/api/media-items/search?library_id={{library_id}}&q=1984&author_filter=orwell&tags_filter=sci&year_min=1850&year_max=2026&sort=title ASC&has_cover=false"
url: "{{base_url}}/api/media-items/search?library_id={{library_id}}&q=1984&author_filter=orwell&tags_filter=fic&year_min=1850&year_max=2026&sort=title ASC&has_cover=true"
params:
- name: library_id
value: "{{library_id}}"
@@ -17,7 +17,7 @@ http:
value: orwell
type: query
- name: tags_filter
value: sci
value: fic
type: query
- name: year_min
value: "1850"
@@ -29,7 +29,7 @@ http:
value: title ASC
type: query
- name: has_cover
value: "false"
value: "true"
type: query
auth: inherit
@@ -1,7 +1,7 @@
info:
name: Exact Match With Quotes
type: http
seq: 5
seq: 2
http:
method: GET
@@ -1,7 +1,7 @@
info:
name: Fuzzy Author Filter
type: http
seq: 10
seq: 3
http:
method: GET
@@ -1,7 +1,7 @@
info:
name: Fuzzy Genre Filter
type: http
seq: 11
seq: 5
http:
method: GET
@@ -1,7 +1,7 @@
info:
name: Search All Libraries
type: http
seq: 13
seq: 6
http:
method: GET
@@ -1,7 +1,7 @@
info:
name: Search Specific Library
type: http
seq: 15
seq: 7
http:
method: GET