You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Masterdata API accepts a _keyword query string which allows you to search in all fields marked as searchable, but there is no way to populate this attribute through the @vtex/api Masterdata client functions.
I would suggest that an optional keyword property be added to the SearchInput object in searchDocuments, searchDocumentsWithPaginationInfo, and scrollDocuments.
The text was updated successfully, but these errors were encountered:
pedropbazzo
added a commit
to pedropbazzo/node-vtex-api
that referenced
this issue
Aug 23, 2023
The Masterdata API accepts a
_keyword
query string which allows you to search in all fields marked as searchable, but there is no way to populate this attribute through the@vtex/api
Masterdata client functions.I would suggest that an optional
keyword
property be added to theSearchInput
object insearchDocuments
,searchDocumentsWithPaginationInfo
, andscrollDocuments
.The text was updated successfully, but these errors were encountered: