Code Monkey home page Code Monkey logo

Comments (13)

frederikvig avatar frederikvig commented on August 27, 2024

The package is hosted at nuget.episerver.com

from tags.

Ayoubezzddine avatar Ayoubezzddine commented on August 27, 2024

I added nuget.episerver.com as package source
But the same error exists

Can you give me more help steps to start

from tags.

frederikvig avatar frederikvig commented on August 27, 2024

http://nuget.episerver.com/feed/packages.svc/

from tags.

Ayoubezzddine avatar Ayoubezzddine commented on August 27, 2024

thank you, fixed

Can you help me with this, how can I call the ITagEngine GetContentByTag(string tagName) in a aspx.cs page

from tags.

frederikvig avatar frederikvig commented on August 27, 2024

ServiceLocator.Current.GetInstance<ITagEngine>()

from tags.

Ayoubezzddine avatar Ayoubezzddine commented on August 27, 2024

Hi frederikvig,

Can we get the topic tags? how to retrieve a list of the highest used tags?

Thank you

from tags.

Ayoubezzddine avatar Ayoubezzddine commented on August 27, 2024

Any answer..

from tags.

frederikvig avatar frederikvig commented on August 27, 2024

There's a count property on the Tag object that you can use for this. Basically you would need to get all tags and then order by count.

from tags.

Ayoubezzddine avatar Ayoubezzddine commented on August 27, 2024

Thank you but my question is how to get all the tags?

Do I have t get all pages and loop to insert the tags in a list the order them, or is there a function to use?

from tags.

Sebbe avatar Sebbe commented on August 27, 2024

TagService have a function called GetAllTags() which should return all tags.

var tagService = ServiceLocator.Current.GetInstance<ITagService>();
var allTags = tagService.GetAllTags();

from tags.

Ayoubezzddine avatar Ayoubezzddine commented on August 27, 2024

Hi,

Thanks for the great help.

I need to retrieve the related pages based on the tags(multi tags) of my current page.

Should I loop for the tags separated by (,) and get pages related for each instance?

from tags.

Ayoubezzddine avatar Ayoubezzddine commented on August 27, 2024

Hi,

We have 2 different website in the same solution, I read that we can use (TagsGroupKey("mysite")) for the tags property.

But how can I get the tags for each website alone.

from tags.

Ayoubezzddine avatar Ayoubezzddine commented on August 27, 2024

any updates??

from tags.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.