Loading
Search Setting Page
Fixes
No related issue created.
Description
- Search Setting implemented.
- It can be accessed anytime when you are login or not.
- 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
- Visit http://localhost:2354/SearchSettings
- Set new Search Settings.
- Log in and check if same user settings are reflected. (Not on Search Results but on Search Settings Form)
- Repeat Step 2.
- Log out and check if the new settings are reflected. (Not on Search Results but on Search Settings Form)
- 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/developbranch 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