Skip to main content

PropertyBuilderExtensions.AsSearchable method

Marks a property as searchable.

public static PropertyBuilder<string> AsSearchable(this PropertyBuilder<string> property, 
Func<string?, IEnumerable<string>?> keywordsFunc)
parameterdescription
propertyThe property to mark as searchable.
keywordsFuncFunction calculation keywords for the property.

See Also