Skip to content

Add skip_duplicates to completion suggester #3140

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

Merged
merged 1 commit into from
Mar 21, 2018

Conversation

russcam
Copy link
Contributor

@russcam russcam commented Mar 20, 2018

Closes #3130

public CompletionSuggesterDescriptor<T> Contexts(Func<SuggestContextQueriesDescriptor<T>, IPromise<IDictionary<string, IList<ISuggestContextQuery>>>> contexts) =>
Assign(a => a.Contexts = contexts?.Invoke(new SuggestContextQueriesDescriptor<T>()).Value);

/// <summary>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<xmldocs> ❤️

@russcam russcam merged commit 91fa59c into master Mar 21, 2018
russcam added a commit that referenced this pull request Mar 21, 2018
@russcam
Copy link
Contributor Author

russcam commented Mar 21, 2018

Merged to 6.x in 9ddc698

@russcam russcam deleted the feature/suggest-skip-duplicates branch March 21, 2018 22:30
@adriandebarro
Copy link

adriandebarro commented Apr 25, 2018

Hi! When will this be released?

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

Successfully merging this pull request may close these issues.

3 participants