Skip to content

Question: Should we allows multiple plugins uses same action keyword? #217

@taooceros

Description

@taooceros

// Plugins may have multiple ActionKeywords, eg. WebSearch
plugin.Metadata.ActionKeywords
.Where(x => x != Query.GlobalPluginWildcardSign)
.ToList()
.ForEach(x => NonGlobalPlugins[x] = plugin);

Based on this code, it seems that if action keyword conflict, only the last one will be kept.

Metadata

Metadata

Assignees

No one assigned

    Labels

    question/discussionFurther information is requested/discussion about a topic

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions