Refactored PG search function to allow superflous words in search query.

This commit is contained in:
DebaucheryLibrarian
2021-02-25 02:52:45 +01:00
parent 3ad1f3d1e3
commit 7818328378
8 changed files with 17 additions and 4 deletions

View File

@@ -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;
}

View File

@@ -37,6 +37,7 @@ function initUiActions(_store, _router) {
releases: searchReleases(
query: $query
first: $limit
minimalRank: "0.025"
) {
id
title