Removed PG stop word dictionary. Filtering and ordering search results in GraphQL query.

This commit is contained in:
DebaucheryLibrarian
2021-02-26 01:52:28 +01:00
parent 3310236767
commit bb9fbc77a9
4 changed files with 10 additions and 185 deletions

View File

@@ -37,7 +37,12 @@ function initUiActions(_store, _router) {
results: searchReleases(
query: $query
first: $limit
minimumRank: "0.025"
orderBy: RANK_DESC
filter: {
rank: {
greaterThan: 0.025
}
}
) {
release: releaseById {
id