(make-search-attribute-key name type)Creates a SearchAttributeKey for the given name and type. Type can be :text, :keyword, :int, :double, :bool, :datetime, or :keyword-list
Creates a SearchAttributeKey for the given name and type. Type can be :text, :keyword, :int, :double, :bool, :datetime, or :keyword-list
(make-search-attribute-update name type value)Creates a SearchAttributeUpdate for setting or unsetting a value. If value is nil, creates an unset update. Otherwise creates a valueSet update.
Creates a SearchAttributeUpdate for setting or unsetting a value. If value is nil, creates an unset update. Otherwise creates a valueSet update.
(search-attribute-updates-> attrs)Converts a map of {name {:type type :value value}} to an array of SearchAttributeUpdate objects
Converts a map of {name {:type type :value value}} to an array of SearchAttributeUpdate objects
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |