I have a search page where a user can enter a search field, or they can use an alphabetical list to search for the record they are looking for. For example, they press “a,” and all entries starting with the letter “a” appear.
I would also like to have it so that there are several tags in each entry, and I would like to be able to filter the entries according to which the tags were selected - preferably with checkboxes.
For example, perhaps the tags will be colored, and the posts are boots. The checkboxes for blue, yellow, black, brown, and so on will be set. At first, all colors will be shown, but if the user clicks on brown, then all but brown shoes will disappear.
I am using CakePHP
source
share