Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Using HasKeywords Search Operator acts like StartsWith in SuiteScript
Anyone had any success using the HasKeywords operator when building searches via nlapiCreateSearch? I've found very little documentation on this operator, but in testing it appears that it is doing a StartWith when used with text fields.
What I'd like to do is this (searching item records):
new nlobjSearchFilter('description', null, 'haskeywords', 'HP Drive 8 GB')
It would be great if the behavior was: find any item where description has "HP" and has "Drive" and has "8" and has "GB".
I would expect that haskeywords would match entire "words" and not partial words (unlike a contains) which is documented in this thread:
0