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: http:
method: GET 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: params:
- name: library_id - name: library_id
value: "{{library_id}}" value: "{{library_id}}"
@@ -17,7 +17,7 @@ http:
value: orwell value: orwell
type: query type: query
- name: tags_filter - name: tags_filter
value: sci value: fic
type: query type: query
- name: year_min - name: year_min
value: "1850" value: "1850"
@@ -29,7 +29,7 @@ http:
value: title ASC value: title ASC
type: query type: query
- name: has_cover - name: has_cover
value: "false" value: "true"
type: query type: query
auth: inherit auth: inherit
@@ -1,7 +1,7 @@
info: info:
name: Exact Match With Quotes name: Exact Match With Quotes
type: http type: http
seq: 5 seq: 2
http: http:
method: GET method: GET
@@ -1,7 +1,7 @@
info: info:
name: Fuzzy Author Filter name: Fuzzy Author Filter
type: http type: http
seq: 10 seq: 3
http: http:
method: GET method: GET
@@ -1,7 +1,7 @@
info: info:
name: Fuzzy Genre Filter name: Fuzzy Genre Filter
type: http type: http
seq: 11 seq: 5
http: http:
method: GET method: GET
@@ -1,7 +1,7 @@
info: info:
name: Search All Libraries name: Search All Libraries
type: http type: http
seq: 13 seq: 6
http: http:
method: GET method: GET
@@ -1,7 +1,7 @@
info: info:
name: Search Specific Library name: Search Specific Library
type: http type: http
seq: 15 seq: 7
http: http:
method: GET method: GET