View | Details | Raw Unified | Return to bug 33217
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref (-7 / +7 lines)
Lines 175-185 Searching: Link Here
175
                  az: from A to Z.
175
                  az: from A to Z.
176
                  za: from Z to A.
176
                  za: from Z to A.
177
        -
177
        -
178
            - By default, sort search results from author links by
178
            - By default, sort search results from author links in MARC21 detail pages and result lists by
179
            - pref: AuthorLinkSortBy
179
            - pref: AuthorLinkSortBy
180
              default: default
180
              default: default
181
              choices:
181
              choices:
182
                  default: obey default sort field and order specified in defaultSortField or OPACdefaultSortField
182
                  default: default sort field and order specified in defaultSortField or OPACdefaultSortField
183
                  call_number: call number
183
                  call_number: call number
184
                  pubdate: date of publication
184
                  pubdate: date of publication
185
                  acqdate: date added
185
                  acqdate: date added
Lines 187-196 Searching: Link Here
187
            - ','
187
            - ','
188
            - pref: AuthorLinkSortOrder
188
            - pref: AuthorLinkSortOrder
189
              choices:
189
              choices:
190
                  asc: ascending.
190
                  asc: ascending
191
                  dsc: descending.
191
                  dsc: descending
192
                  az: from A to Z.
192
                  az: from A to Z
193
                  za: from Z to A.
193
                  za: from Z to A
194
            - .
194
        -
195
        -
195
            - When limiting search results with a library or library group, limit by the item's
196
            - When limiting search results with a library or library group, limit by the item's
196
            - pref: SearchLimitLibrary
197
            - pref: SearchLimitLibrary
197
- 

Return to bug 33217