Article - CS355424

Wildcard search in attributes in Windchill with Index Search (Solr) returns less results than using the full string

Modified: 18-Mar-2022   


Applies To

  • Windchill PDMLink 11.1 to M020-CPS22

Description

  • Wildcard search in criteria in Windchill with Index Search (Solr) returns less results than using the full string
  • Example:
3 documents:
  1. Name: test1
Description value: abc
  1. Name: test2
Description value: xyz
  1. Name: test3
Description value: abc xyz

Search:
  1. keyword: test
QB: description = abc xyz
The logic will be: test and (abc OR xyz) --> (test AND abc) OR (test AND xyz)  --> all 3 documents are returned​​​​​
  1. keyword: test
QB: description = abc*
The logic will be: test and abc  --> only document 1 and 3 are returned
This is a printer-friendly version of Article 355424 and may be out of date. For the latest version click CS355424