Customers on a Current project are accustomed to searching for products by part
number. The format for part numbers is numeric with two decimal places, such as:
123456.78. The search results do not seem to be producing an expected number
of hits on the part numbers entere
What are two likely causes?
The issues with search results for products by part number, especially when the format is numeric with decimal places, could be due to B. Part number is a text field added after the last search index, meaning the search index may not have been updated to include the new field, and D. The part number value is in a formula field that uses other field values, suggesting that the search functionality might not fully support or index formula fields effectively, leading to inconsistent search results.
Currently there are no comments in this discussion, be the first to comment!