Search code examples
strapi

How to display a different field than `id` in many-to-many relationship?


I would like to implement tags in strapi. — a project can have multiple tags, but I would also like to be able to find projects by tag.

so I created:

enter image description here

enter image description here

but in my projects, it displays the tag ids. how can I make it so that it shows the tag name instead?

enter image description here


Solution

  • You can change this by "configure the view" under the pulldown on the page where you create the content. This is feature since the last view releases.