0.9.101
What's Changed
- [feature] Ability to query API resources with KEYWORDS by @alis-khadka in #1466
Addresses: #1374
DEMO
Screen.Recording.2023-01-24.at.6.09.01.PM.mov
For client-engineers
For http-request to search by KEYWORDS
, we would need to pass option: KEYWORDS
as key-value pair for the attributes we want to search by in properties
payload.
In the clip below, we are filtering cars
by searching in its attributes, namely: make
, model
and type
with KEYWORDS
option.
Screen.Recording.2023-03-12.at.7.05.56.PM.mov
Payload Example:
properties: {"make":{"value":"kia tesla","option":"KEYWORDS"},"model":{"value":"kia tesla","option":"KEYWORDS"},"type":{"value":"kia tesla","option":"KEYWORDS"}},
match: ANY
Full Changelog: 0.9.100...0.9.101