Skip to content

0.9.101

Compare
Choose a tag to compare
@donrestarone donrestarone released this 15 Mar 20:10
· 27 commits to master since this release
89fb1c8

What's Changed

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