Skip to main content
16-Pearl
December 19, 2018
Question

Restrict a keyword search to a given text string

  • December 19, 2018
  • 0 replies
  • 883 views

This location is on 11.0 using Solr.

They used "smart numbers" so a base number would have multiple dash numbers. Example 100-50-300

would have 100-50-300-01, 100-50-300-02, etc..

When they use the keyword search for 100-50-300 they see results that do not have 100-50-300 but do have 100-50-300-01, etc.

Is there a way to just search for a given text string? In google it would be "100-50-300" 

 

Would 100?50?300 be correct