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

Seperate suggestions per language/site #21

Closed
kizzaz opened this issue Sep 9, 2015 · 2 comments
Closed

Seperate suggestions per language/site #21

kizzaz opened this issue Sep 9, 2015 · 2 comments

Comments

@kizzaz
Copy link

kizzaz commented Sep 9, 2015

We have a multi-site/lingual there all languages gets the same suggestions for tags. So for example Norwegian and Danish are really close and easy to pick the wrong tag. Either have a seperate example "feed" for each site or for each country.

@frederikvig
Copy link
Member

Possible with GroupKey now. Use the TagsGroupKeyAttribute and/or the CultureSpecificAttribute:

[TagsGroupKey("mysite")]
public virtual string Tags { get; set; }

[CultureSpecific]
public virtual string Tags { get; set; }

@Ayoubezzddine
Copy link

if we used [TagsGroupKey("mysite")], how to get AllTags by (TagsGroupKey)?

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

4 participants