Adding new names avoids misjudgments due to weak scanning.
This commit is contained in:
parent
1ed4665e29
commit
4199ff58f7
|
|
@ -127,9 +127,10 @@ module AnnouncementsHelper
|
|||
feeds_count = 0
|
||||
extra_match_cond = []
|
||||
orbithashtag = params["orbithashtag"]
|
||||
if !params[:keywords].blank?
|
||||
search_q = params[:q_text] || params[:keywords]
|
||||
if !search_q.blank?
|
||||
extra_match_cond << {
|
||||
"title_plain_text" => OrbitHelper.get_keyword_regex(params[:keywords])
|
||||
"title_plain_text" => OrbitHelper.get_keyword_regex(search_q)
|
||||
}
|
||||
end
|
||||
if !params[:stime].blank?
|
||||
|
|
|
|||
Loading…
Reference in New Issue