PassMark Logo
Home » Forum

Context Description

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Greg
    Junior Member
    • Sep 2019
    • 11

    #1

    Context Description

    The context description is a very useful feature but we find it uses up too much space in the initial stages of a search where we have hundreds of hits. It would be great if the Search results page had a 'tick box' where you could turn it off and on. Do you know if that is possible or is it a one-off setting in the Results Layout page?
  • Richard
    Administrator
    • May 2010
    • 161

    #2
    It is not something configurable within Zoom Configuration, but you can accomplish this by modifying the search_template.html with a little HTML, JavaScript and CSS. The CSS class for the Context Description is ".context". You can add a checkbox to the search template so that you can toggle (with JavaScript) the CSS with "display:none;" to hide the context description.

    Helpful Links:

    https://www.zoomsearchengine.com/zoom/support/css.html
    https://www.zoomsearchengine.com/zoo...tml#searchform

    Comment

    • Greg
      Junior Member
      • Sep 2019
      • 11

      #3
      Thanks Richard, I'll have a look at those and give it a go. Cheers.

      Comment

      Working...