How can I filter blogs by category? Like food, entertainment, etc… or find blogs by title when search

@igdev

You would need to create one more collection lets say “Categories” and then inside “Blogs” create new field “Relation” and connect it with “Categories”.

Then inside builder you’ll see that new field and there’s filter “Includes” which allows you to select which category to filter by.

Thank you, and with search bar to filter blogs by name?