- All Implemented Interfaces:
- MatchTyped, SearchExpression
public class UserInputSearchExpression
extends MatchTypedStringSearchExpression
UserInputSearchExpression is a search expression usually coming from user input (like some UI dialogue, element or
CLI). It will be normalized and tokenized and then a search will happen against it. Search expressions of this type
will always provide "broader" results, since it defaults to prefix searches.