mozillahispano/mozevents

Search Events

Opened this issue · 7 comments

Create a filter to allow people search for countries, keywords, etc.

@nukeador We were talking with @francjp about this issue and he said that add one form modal with following filters:

  • Categories
  • Country
  • Year
  • Month

Besides adding, if possible, the filter for keyword. I will comment that this is possible, but operation is as follows:

I search word, for example "com", this result is: "community, communities, computer, etc".

This is because I wearer __icontains in my query.

Can you think of something better or not use keyword?

Other question:

What class css use for style of the buttons?.

I don't see a problem with keybord.

For the css ping @fjaguero @stripTM to see what are we using in other sites.

Pull request ready @nukeador

what about using typehead, to search for common keywords, in an array or dbs.
https://github.com/twitter/typeahead.js

Ping @nukeador @sebasmagri to review the PR

Sorry, currently I don't have time for reviewing code :(