autocomplete: render html server-side.
Render the HTML for autocomplete results server-side instead of in Javascript. This is cleaner than building HTML in Javascript, but it may hurt caching because the HTTP responses are larger. Fixes #4698: user autocomplete contains links to /posts Also fixes a bug where tag counts in the autocomplete menu were different from tag counts displayed elsewhere because of differences in rounding.
This commit is contained in:
1
app/views/autocomplete/index.html.erb
Normal file
1
app/views/autocomplete/index.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= render AutocompleteComponent.new(autocomplete_service: @autocomplete) %>
|
||||
Reference in New Issue
Block a user