Add a button to choose to query inventaire from search

This commit is contained in:
2026-01-29 18:25:16 +01:00
parent 9b90565b95
commit 27a9faf704
9 changed files with 63 additions and 21 deletions

View File

@@ -6,7 +6,8 @@ type AuthorGet struct {
}
type BookSearchGetParam struct {
Lang string `form:"lang" binding:"max=5"`
Lang string `form:"lang" binding:"max=5"`
Inventaire bool `form:"inventaire"`
}
type BookPostCreate struct {