Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DidYouMean doesn't give any suggestions #132

Open
haspe85 opened this issue Jun 3, 2021 · 0 comments
Open

DidYouMean doesn't give any suggestions #132

haspe85 opened this issue Jun 3, 2021 · 0 comments

Comments

@haspe85
Copy link

haspe85 commented Jun 3, 2021

I have a property that has the attribute DidYouMeanSource

[Display(
        Name = "Rubrik",
        GroupName = SystemTabNames.Content,
        Order = 1)]
    [DidYouMeanSource]

    public virtual string Heading { get; set; }

But the search result doesn't give any suggestions back.

if (result != null && result.DidYouMean != null)
            {
                searchResult.DidYouMean = result.DidYouMean.FirstOrDefault();
                return searchResult;
            }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant