Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

info.magnolia.periscope.ResultRankerConfiguration allows you to entirely disable the ranking of Find Bar search results. To do so, set disabled to true in the periscope-core module.

Code Block
languageyml
titleperiscope-core/src/main/resources/periscope-core/config.yaml
resultRankerConfiguration:
  disabled: truefalse

You may also want to use this configuration to reduce memory usage.

...