Search Result Limits
-
Search results are limited to 1,000 records when you execute SuiteScript searches using the N/search Module. For information about working with SuiteScript searches in NetSuite, see the help topic N/search Module.
-
If you load a saved search using search.load(options), and then call Search.run() to return a result set of search.ResultSet objects, you may get up to 4,000 results returned. For more information, see the help topic ResultSet.each(callback).
-
Text columns in search results have a 4000-byte limit, or about 4000 characters in English. Using intricate character sets can lower this limit, since they need more bytes per character.