Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions settings/ezfind.ini
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,19 @@ FilterHiddenFromDB=disabled
# Option to exclude owner name from being used as a query field in searches (default: disabled )
ExcludeOwnerName=enabled

[SearchSettings]
# The sort_by parameter is used to define the sort order of the search result.
# To see what are the supported options visit the following url:
# https://ezpublishdoc.mugo.ca/Extensions/eZ-Publish-extensions/eZ-Find/eZ-Find-2.1/Customization/Template-fetch-functions#Sort_by
# SortBy key = sort option. Possible values: [visit link above]
# SortBy value = sort order. Possible values: [asc|desc]
# It is also possible to specify multiple sort options through this variable.
SortBy[]
SortBy[published]=desc
#SortBy[score]=desc
#SortBy[author]=desc
#SortBy[path]=desc

[MoreLikeThis]
#Experimental!!
#fields to use for query term extraction: proper fields "native",
Expand Down