Add javascript input components
This commit is contained in:
@@ -334,6 +334,7 @@ class TestBookSearchCommand:
|
||||
("owner:alice", "", ["Dune", "The Fellowship", "The Hobbit"]),
|
||||
("place:home", "", ["Programming Book", "The Hobbit"]),
|
||||
("bookshelf:fantasy", "", ["The Fellowship", "The Hobbit"]),
|
||||
('author:"Frank Herbert"', "", ["Dune"]),
|
||||
# Numeric field filters
|
||||
("rating>=4", "", ["Programming Book", "The Hobbit"]),
|
||||
("rating=3", "", ["Dune"]),
|
||||
|
||||
Reference in New Issue
Block a user