Skip to content

Search Setting Page

Vedant Wakalkar requested to merge phoenix/feature/advanceSearch into phoenix/develop

Fixes

No related issue created.

Description

  1. Search Setting implemented.
  2. It can be accessed anytime when you are login or not.
  3. Reset button added to apply default search settings.

Type of PR

This PR is a feature.

Technicalities

Search Setting is stored in Session.

How to Test

  1. Visit http://localhost:2354/SearchSettings
  2. Set new Search Settings.
  3. Log in and check if same user settings are reflected. (Not on Search Results but on Search Settings Form)
  4. Repeat Step 2.
  5. Log out and check if the new settings are reflected. (Not on Search Results but on Search Settings Form)
  6. Check if reset is working or not.

Checklist:

  • My pull request has a descriptive title (not a vague title like "Update index.md").
  • My pull request targets the phoenix/develop branch of the repository.
  • My commit messages follow best practices.
  • My code follows the established code style of the repository.
  • I tried running the project locally and verified that there are no visible errors.
Edited by Vedant Wakalkar

Merge request reports