Naviga Web
Docs Home
  • Introduction
  • Release notes
  • Starter kit
    • Introduction
    • Environment Variables
    • Makefile
    • Changelog
    • API
  • Feature: Advanced Search
    • User guide
    • Search Help
    • How to Setup
    • Technical Details
  • Developer documentation
    • Developer prerequisites
      • Developer hardware suggestions
      • Setup on Windows
      • Setup on Linux/Ubuntu
    • Getting started with development
      • Composer package management
      • Gulp and asset building (optional)
      • Git
      • Hosts file
      • Certificate
      • Initiate Naviga Web
      • Start Naviga Web
      • Bin scripts
      • Create theme
      • Environments
      • Deployment
      • Onboarding tasks
        • #0 - New site
        • #1 - Configuration
        • #2 - Front page
        • #3 - Content presentation
        • #4 - OC List
        • #5 - Content containers
        • #6 - Teaser template
        • #7 - Single article
        • #8 - Widget
        • #9 - Custom task
        • #10 - Feedback
    • Architecture
    • Paywall and authentication
      • CloudFront Paywall
      • Engage paywall
      • Lua Paywall (deprecated)
    • Project management: A typical project
    • Database dump
    • Debugging
    • Keep your project up-to-date
    • Gulp and Sass
    • Domain mapping
    • Widgets overview
  • Starter kit packages
    • Base package
      • Changelog
    • Boards plugin (EveryBoard)
      • Installation
      • Setup
      • Board Widgets
        • Linked board
        • Template board
        • Embed widget
        • OC List item
        • Content container
      • Teaser templates
      • Actions and filters
      • Export - import
      • Changelog
    • ContentSync plugin
      • Usage
      • Changelog
    • Drop In Plugins package
      • Changelog
    • Everyware plugin
      • Installation
      • Setup
      • Actions and filters
      • Fetching lists and their content
      • Sorting
      • Widgets
      • Changelog
    • Imengine package
      • Helper class: Imengine
      • Changelog
    • NewsML package
      • Idf Parser
      • Changelog
      • Usage
    • NGINX conf package
      • API
      • Changelog
      • Usage
    • Presentation Preview plugin
      • API
      • Changelog
      • Usage
    • Support package
      • Changelog
    • Theme EU resources package*
      • Changelog
    • Theme US resources package
      • Changelog
    • Twig package
      • Development
        • Filters
          • class_string
          • spacey
          • trim_array
        • Functions
          • php_function
          • php_method
          • render_classes
          • render_partial
        • Operators
          • contains
      • Helper classes
        • View
        • ViewSetup
      • Changelog
  • Widgets and component packages
    • Article List widget
      • Installation
      • Using Article List
      • Changelog
    • Menu handler
      • Usage
      • Changelog
    • Section Header widget
      • Changelog
    • Social media icons widget
      • Installation
      • Changelog
    • Google Analytics plugin
      • Set up Google Analytics
      • Most read widget
      • Changelog
    • Redirect Original URLs plugin
      • Installation
      • Changelog
    • Settings Parameters plugin
      • Installation
      • Usage
      • Changelog
  • Design and theme packages
    • Base theme 1
      • Changelog
    • Base theme 2
      • Colors
      • Fonts
      • Header
      • Menus
      • Pages with Board
      • Sidebars
      • Teaser layouts
      • Article page (text)
      • Article page (embeds)
      • Changelog
    • Example theme
      • Changelog
  • MU Plugins
    • Project Plugin
      • Installation
      • Changelog
    • Starter Package Catalyst
    • Concepts
      • Admin Pages
        • All Concepts
        • Add New Concept
        • Types
        • Errors
        • Concept duplicates
      • API
      • Console
      • Changelog
    • Network
      • Changelog
    • Cache Invalidator
      • Getting Started & WP admin
      • Implementation of Lua endpoint
      • Filters
      • Changelog
    • RSS Feeds
      • Setup
      • Administration pages
      • Changelog
  • Services
    • Imengine
    • Imengine documentation
    • Open Content
    • Writer Bookmarklet
Powered by GitBook
On this page

Was this helpful?

  1. Feature: Advanced Search

User guide

PreviousFeature: Advanced SearchNextSearch Help

Last updated 1 year ago

Was this helpful?

The user land on the advance search page by clicking on the navigation tab search icon on the site.

Once the user clicks on the search icon highlighted in red above then the user will land on the advance search page as depicted below:

By default the advance search page displays all the results on the website without any filtration.

  • The user can then perform a search on a keyword by entering the keyword in the keyword field and clicking on search icon

  • This will display all the search results from the site which has keyword 'london', as seen below in this case it generates 1874 results with london highlighted.

  • Now to narrow down the search using facet results we can select filters for:

    • Type

    • Topic Also we can select from which publication the results should be generated

    • Publication

  • In the screen shot below we can see a search result for search keyword ‘london' with filter for Type as ‘News’ and filter for Topic as 'Broking’

We can see that this search has narrowed down to 634 results.

  • Remove search terms: The search keyword and filters can be removed by and the corresponding results page is updated with the new results, see video below:

  • By default the All checkbox is selected for Type & Topic When this is selected it brings all the results from the Type and Topic fields.

  • Date Range: The date range for the search can be used to narrow down the search based on dates. By default the date selected is All which brings search results for all dates. There are some pre defined date ranges which when selected apply date range on the search between those times, these defaults are: 1. Past 24 Hours - This will show results for the past 24 hours 2. Past week - This will show results from past 7 days from the current date 3. Past month - This will show the results of the previous month same date to this months present date 4. Past year - This will show the results previous year same date till todays date 5. Custom range - This will allow to choose a custom date range

  • Custom range is selected from the calendar and the range is applied by hitting the apply button, when the apply button is entered then the custom date range for search is applied.

  • Reset all filters, this button reset all filters, once this button is clicked Keyword, Type, Topic, Publication & Date filters are all reset.

  • Sort By, is used to sort results with either:

    1. Newest - which shows the latest results on the search page

    2. Oldest - which shows the oldest results first on the search page

Search Help - The search help link is available to the user, which takes the user to page which has details about the search operations. The content of search help page are listed below under Search Help section.