Skip to content

Commit

Permalink
fix: diacritic search not effective in feature services (closes #937)
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Aug 20, 2024
1 parent fd5d176 commit e353e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map/api/services/features/features.hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
before: {
all: [coreHooks.marshallTimeQuery, coreHooks.convertObjectIDs(['layer'])],
find: [coreHooks.marshallComparisonQuery, coreHooks.marshallSortQuery, marshallSpatialQuery,
coreHooks.distinct, aggregateFeaturesQuery, coreHooks.aggregationQuery, fuzzySearch, coreHooks.diacriticSearch],
coreHooks.distinct, aggregateFeaturesQuery, coreHooks.aggregationQuery, fuzzySearch, coreHooks.diacriticSearch()],
get: [],
create: [coreHooks.processTimes(['time']), fullResult, emitEvents],
update: [coreHooks.processTimes(['time']), fullResult, emitEvents],
Expand Down

0 comments on commit e353e92

Please sign in to comment.