We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e393b36 commit 2f1db94Copy full SHA for 2f1db94
components/hubspot/actions/search-crm/search-crm.mjs
@@ -89,7 +89,7 @@ export default {
89
props.searchValue = {
90
type: "string",
91
label: "Search Value",
92
- description: "Search for objects where the specified search field/property contains an match of the search value",
+ description: "Search for objects where the specified search field/property contains an exact match of the search value",
93
};
94
const defaultProperties = this.getDefaultProperties();
95
if (defaultProperties?.length) {
0 commit comments