I am very interested in Backdrop CMS for my next project.
I was just wondering if it is possible to build some type of a post / entries (or any other type of data structure I build containing a set number of fields) custom fields search filter on the frontend ?
Do I need to install a specific module to create this search filter ?
Do you have a link or a book page where I could look at an example ?
Thanks for your time and patience.
Rgds, Kâmi Barut-Wanayo
Hello Kami and thanks for writing. No modules are necessary to do what you are describing. Creating new post types (content types) is part of Backdrop core. Content types can have any number of custom fields. You can also build a View for the front-end that uses search filters. Here is some documentation: * Content Types https://docs.backdropcms.org/documentation/content-types * Fields https://docs.backdropcms.org/documentation/fields * Views https://docs.backdropcms.org/documentation/views * Views Filters https://docs.backdropcms.org/documentation/configuring-views
Good luck!