Quote:
Originally Posted by Manichean
I think what you're looking for is restricting the view to a saved search. Also, remember that you can limit searching to a certain column by using the lookup name, for example
Code:
authors:"John Smith"
will search for "John Smith" inside the authors column. (User defined columns are prefixed with a hash sign ('#').)
What you'll actually need to do to get certain views depends on how you've set up the columns. If you can't figure it out yourself, ask again with more details 
|
Thanks for your help, I got it to work.