A search bar appears on some pages, but does not work - i.e. doesn't actually perform a search
Context

The search bar provided at the top of some of the webpages within our software project does not actually carry out a search
Process
- A user visits a page to complete their work
- The page/website has a lot of content and the user cannot find what they are looking for
- The user enters the
keyword within the search bar which has the prompt type to search
- The user hits the return key, and except to be brought to the appropriate location
- As the feature is now, the page they are on is just reloaded
Expected result
The website is searched for the users keyword and they are brought to the appropriate location
Current result
Once the user enters their keyword and hits enter, the page they are currently on is reloaded
Possible Fix
- Remove the search bar and do not provide a search facility

- Write a script to carry out the search, and embed this script within the search facility.

A search bar appears on some pages, but does not work - i.e. doesn't actually perform a search
Context
The search bar provided at the top of some of the webpages within our software project does not actually carry out a search
Process
keywordwithin the search bar which has the prompttype to searchExpected result
The website is searched for the users
keywordand they are brought to the appropriate locationCurrent result
Once the user enters their
keywordand hits enter, the page they are currently on is reloadedPossible Fix