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