Commit 1aa410a0 authored by Ujvari Gergely's avatar Ujvari Gergely

Do not include limit default value as an uri parameter

parent 0a06d695
......@@ -81,7 +81,7 @@ class SearchHelper
value_part = if rule.formatter then rule.formatter val else val
filter.addClause mapped_field, oper_part, value_part, case_sensitive
categories['limit'] = [limit]
if limit != 50 then categories['limit'] = [limit]
[filter.getFilter(), categories]
class StreamSearch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment