Text search
Partium provides a text search that can be used to search for parts by semantic descriptions or exact text matching. For both types of searches you can use the same text-attribute in the SearchInput. The system will automatically search the parts for semantic and exact matching and rank the most relevant results highest.
This means, that users can search with text like Ids of the parts, such as ISBN numbers or also with the name of a part or just a fraction of it, like "K3X" for "Machine-P4K3X". But they can also semantically describe the part they are looking for in human words, like "red handle valve".
To perform a text search, send the text property within your SearchInput object. The results will be sorted by accuracy. Here is an example for a text search:
Partium.search.performSearch({
organizationName: '<organization-name>',
searchLanguage: '<search-language-code>',
text: 'K3X',
});