N
N
nathan1117772021-10-30 18:25:52
Drupal
nathan111777, 2021-10-30 18:25:52

What tools are better to choose for filtering, sorting, searching, page navigation of news?

On the news site, you need to make a page of all news with:
1. pagination
2. filter by category and date
3. sorting by date
4. search by content

Do I understand correctly that this is usually done by such tools:
1. pagination - module Views, PAGER
2 . filter by category and date - module Views - FILTER CRITERIA - Content: Has taxonomy term and Taxonomy term: Post date
3. sort by date - module Views, SORT CRITERIA - Content: Autored on (desc)
4. search by content - module Search API

Or some other tools to use? Maybe search by content is possible even with the help of the Views module?

We need tools that are not very complex and for which there are a lot of tutorials on the Internet.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
antiden, 2021-11-01
@nathan111777

Hey!

  1. Views - displaying news with pagination and Taxonomy (for working with taxonomy there is a ready one in Views)
  2. Taxonomy Menu - Display categories in the menu
  3. Better Exposed Filters - For better work with filters and sorts
  4. Search API - Search

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question