brangerbriz / www

our website
GNU General Public License v3.0
1 stars 0 forks source link

Portfolio/blog search tag vs filter issue #22

Open pbriz opened 5 years ago

pbriz commented 5 years ago

When searching, if you fully type in a word that is a tag (ie "mobile"), and click enter, the search acts a a word filter. The url appends: ?filter=mobile

if instead of typing the full word, you select the tag from the dropdown, the search acts as a tag filter. The url appendsL ?tags=mobile

Although there is some logic to how this works, it can be confusing in use. Its preferable to have it always work as a tag search as long as the word that is searched exists as a tag.