Suggest

The suggest service provides your users with auto-completion suggestions when they start typing in the Search box.

The first line below the search box will run the user’s search query, for example, Search car.

Below this line, suggestions display in categories based on the Suggest dispatch configuration in the CloudView Administration Console. Users can click on a suggestion or use the arrows to select one. When a user selects a suggestion, they are converted to specific "prefix queries" (prefix handlers). If the user selects Plain Carbon Steel in the Material category as shown below, then OnePart runs the specific query for the material prefix handler, for example, material: "Plain Carbon Steel"



OnePart provides a number of default suggest dictionaries based on index fields as follows. All dictionaries are scheduled to rebuild every 2 hours.

Note: If you need the suggest service immediately, you can force the dictionary builds manually in the CloudView Administration Console. - Go to Suggest and click Build now for each suggest dictionary.

For more details, see the "Customizing Suggest" section in the OnePart Customization Guide.

Suggest dictionaries are built on the following metas:

Suggest name

Type

Index field

3d_shape_mech_feature_names

Category title suggest

categories

author

Index field suggest

document_author

definition

Index field suggest

3d_shape_definition

erp_vendor

Category title suggest

categories

erp_vendor_pn

Index field suggest

document_erp_vendor_pn

file_name

Index field suggest

document_file_name

material

Index field suggest

3d_shape_material

nomenclature

Index field suggest

3d_shape_nomenclature

part_number

Index field suggest

3d_shape_part_number

revision

Index field suggest

3d_shape_revision

sheet_name

Index field suggest

drawing_sheet_name

tags

Index field suggest

document_tags

Suggest dispatch is built on the following prefix handlers:

Prefix handler

Suggest field

3d_shape_definition

definition

3d_shape_revision

revision

3d_shape_nomenclature

nomenclature

author

author

definition

definition

erp_vendor

categories

document_erp_vendor_pn

erp_vendor_pn

file_name

file_name

material

material

part_number

part_number

drawing_sheet_name

sheet_name

tag

tags