(searchTerm, options)
| 43 | }; |
| 44 | |
| 45 | function byName(searchTerm, options) {search('name', 'string', searchTerm, options);} |
| 46 | function byNameContains(searchTerm, options) {search('nameContains', 'string', searchTerm, options);} |
| 47 | function byType(searchTerm, options) {search('type', 'function', searchTerm, options);} |
| 48 | function byValue(searchTerm, options) {search('value', null, searchTerm, options);} |