Amend status search results, and introduce searchType
Use searchType to only search for statuses when searching for more results
This commit is contained in:
parent
3117623f30
commit
ca7fa67997
2 changed files with 11 additions and 7 deletions
|
|
@ -68,7 +68,7 @@
|
|||
<button
|
||||
v-if="!loading && loaded && lastStatusFetchCount > 0"
|
||||
class="more-statuses-button button-unstyled -link -fullwidth"
|
||||
@click.prevent="search(searchTerm)"
|
||||
@click.prevent="search(searchTerm, 'statuses')"
|
||||
>
|
||||
<div class="new-status-notification text-center">
|
||||
{{ $t('search.load_more') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue