forked from DebaucheryLibrarian/traxxx
Removed PG stop word dictionary. Filtering and ordering search results in GraphQL query.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user