Refactored PG search function to allow superflous words in search query.
This commit is contained in:
@@ -108,7 +108,6 @@ export default {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
|
||||
grid-gap: 0 .5rem;
|
||||
flex-grow: 1;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@ function initUiActions(_store, _router) {
|
||||
releases: searchReleases(
|
||||
query: $query
|
||||
first: $limit
|
||||
minimalRank: "0.025"
|
||||
) {
|
||||
id
|
||||
title
|
||||
|
||||
Reference in New Issue
Block a user