forked from MarseyWorld/MarseyWorld
remove unnecessary exact parameter (quotation marks work)
parent
19bc67ead7
commit
01e6942e5c
|
@ -17,7 +17,6 @@ valid_params = [
|
||||||
'post',
|
'post',
|
||||||
'before',
|
'before',
|
||||||
'after',
|
'after',
|
||||||
'exact',
|
|
||||||
'title',
|
'title',
|
||||||
'sentto',
|
'sentto',
|
||||||
'hole',
|
'hole',
|
||||||
|
|
|
@ -73,10 +73,6 @@
|
||||||
<div style="display: inline-block; width: 150px; text-align: center">Post Title Only:</div>
|
<div style="display: inline-block; width: 150px; text-align: center">Post Title Only:</div>
|
||||||
<button type="button" data-nonce="{{g.nonce}}" data-onclick="addParam(this, 'bool')" class="searchparam mb-1">title:true</button>
|
<button type="button" data-nonce="{{g.nonce}}" data-onclick="addParam(this, 'bool')" class="searchparam mb-1">title:true</button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<div style="display: inline-block; width: 150px; text-align: center">Exact Match Only:</div>
|
|
||||||
<button type="button" data-nonce="{{g.nonce}}" data-onclick="addParam(this, 'bool')" class="searchparam mb-1">exact:true</button>
|
|
||||||
</div>
|
|
||||||
{% if SITE_NAME != 'WPD' %}
|
{% if SITE_NAME != 'WPD' %}
|
||||||
<div>
|
<div>
|
||||||
<div style="display: inline-block; width: 150px; text-align: center">Subreddit:</div>
|
<div style="display: inline-block; width: 150px; text-align: center">Subreddit:</div>
|
||||||
|
|
Loading…
Reference in New Issue