Added Searching Features

* Added Thread Search Feature

* Added User Search Feature

* Re-organized searching, added @mention support to author search
This commit is contained in:
MrYummy
2017-06-18 13:11:36 -04:00
parent e7463524af
commit 1316d7ca03
20 changed files with 293 additions and 27 deletions
@@ -0,0 +1,8 @@
<div class="md_editor">
<div class="field_container_user">
<% options = (defined?(options) && options || {}) %>
<% options[:class] = "#{options[:class]} editor_field" %>
<% options[:placeholder] ||= "Enter user's name. Prefix with \"@\" to get suggestions." %>
<%= text_field_tag name, content, options %>
</div>
</div>