But if you’re managing a high-volume inventory, you can use the full-text search. It uses a token-based search index for matching. With this search, the search query can include elements from the inventory ID and its description simultaneously. In the full-text search query, you must include only the beginnings of words or inventory ID segments (if the INVENTORY segmented key consists of several segments). You can also use full words in the search query. This search works best with databases containing more than 1 million records.
In this chapter, you will learn how to do the following:
You may need to learn how to enable and configure the full-text search if both of the following conditions are met:
To use the full-text search, first make sure your environment meets these requirements:
Then, do the following:
If you use multiple Acumatica ERP tenants, we recommend enabling the full-text search only in the production tenant.
You can increase the maximum number of results returned and processed by the search engine for every search query. This ability may be useful if both of the following conditions are met:
To increase the quantity of search results, you add the InventoryFTSResultsMax key to the web.config file of the application. Here is an example string:
InventoryFTSResultsMax
<add key="InventoryFTSResultsMax" value="500" />
We recommend starting with a value of 500 and increasing it in the same increments.
Increasing the maximum number of search results can reduce the performance of the full-text search.
Suppose that your inventory includes many records with different inventory items. You need to find the stock item with the following settings:
To find this stock item, you start typing gr 20 in the Inventory ID box in a line of a sales order. The system finds the most relevant result, as shown below, by matching parts of both the ID and the description.
You can perform the full-text search by the inventory ID, description, and alternate ID (if available) when you start typing in the Inventory ID column or in the Inventory Lookup dialog box of the following forms:
You can also search by typing the inventory ID and description on the Details tab of all the forms listed above, plus Opportunities (CR304000) and Sales Quotes (CR304500) forms.