I have one last issue for the day. Our new site is a portal, so there are a bunch of users that have restricted access to various parts of the website. I was looking at categories and it seems like they might work, but is there a way to use them with hidden fields?
Right now I have different searches which are set up page by page. If you are on a certain page, then your search results are determined by that page (each section has a different search form). But, I am finding we have some shared pages by a few "types" of users who should each get separate search results. Hope this makes sense.
So, on some restricted pages there is User A or B who can both be on it. And I want user A to get one result set, and user B to get another set of results. I can solve this by having a session variable set on login, checked on the page, and the search engine form switched based on the session variable. I was hoping for a cleaner technique or better way to get user based results.
Thanks for any help or advice!
Right now I have different searches which are set up page by page. If you are on a certain page, then your search results are determined by that page (each section has a different search form). But, I am finding we have some shared pages by a few "types" of users who should each get separate search results. Hope this makes sense.
So, on some restricted pages there is User A or B who can both be on it. And I want user A to get one result set, and user B to get another set of results. I can solve this by having a session variable set on login, checked on the page, and the search engine form switched based on the session variable. I was hoping for a cleaner technique or better way to get user based results.
Thanks for any help or advice!
Comment