SpotlightSearchTool.GuidanceLevel.dynamic(_:)
An option to search using only the specified techniques.
Declaration
case dynamic(SpotlightSearchTool.GuidanceProfile)Mentioned in
Discussion
Choose this option to specify the subset of search techniques to use on your content. The SpotlightSearchTool.GuidanceProfile structure you specify contains properties with the available search techniques. Enable the ones that apply to your app’s content and disable any that don’t apply. For example, if you want to perform only literal searches on strings, enable the textMatch property and disable the similarityMatch property.