Commit Graph

7 Commits

Author SHA1 Message Date
evazion
b23f92fa10 Fix #2502: Exclude empty commentary from searches. 2017-08-05 18:32:31 -05:00
evazion
4631262374 Fix broken tag autocomplete on multiple pages.
Mark all tag <input>s with a `data-autocomplete` attribute, instead of
hardcoding a list of html IDs to autocomplete in javascript.

This way should be less error prone. It fixes autocomplete in several places:

* Autocomplete for the search box on /posts didn't work in the
  responsive layout. This was because /posts has two search boxes that
  both have the id `tags`: one in the normal sidebar, and one in the
  responsive tag list. $("#tags") only initialized autocomplete on the
  first one.

* Autocomplete didn't work on the aliases or implications pages. This
  was due to selecting the wrong html ids.
2017-04-22 15:24:03 -05:00
evazion
d8fb4399cf /artist_commentaries/search: convert to simple form. 2017-04-22 13:04:04 -05:00
evazion
254efd9ca2 Rearrange /artist_commentaries/search form. 2016-12-27 06:01:22 +00:00
Toks
772003a55a fixes #2217 2014-07-06 12:03:48 -04:00
Toks
a5e7c02527 #2084: Fix subnavbar on search page 2014-03-10 23:05:18 -04:00
Toks
2f3f401f3b Add artist commentary listing and search
related to #2084, fixes #2085
2014-03-10 22:56:38 -04:00