jobs
2
Few things you can do - - - Mainly depending on security.
One easy one is that you can modify the workflow on the search bar’s sending to another page with parameters in the URL. (Not great for security, but faster because there’s no database touch.)
Another is you can modify the user to have a field like “Current Search” and save it to the database. (Better security, but have to touch the database.)
1 Like