How to {Request.QueryString:MyTerm} ?

Jun 30, 2012 at 9:20 AM

I'm trying to filter items with a selected Term, and since the default "HasTerms" taxonomy filter doesn't work like fields I can't add a filter of "Is Equal To {Request.QueryString:MyTerm}".

I've added a binding for Contrib.Taxonomies.Models.TermPartRecord ID and a filter to my projection, but that doesn't seem to work when I pass the query in the url like so:

http://localhost:30320/listings/search?bedmin=1&bedmax=3&bathmin=1&bathmax=3&pricemin=60000&pricemax=400000&myterm=17

The goal is to allow a user the ability to choose ranges for number of bedrooms, bathrooms, price and then the taxonomy category with terms for House, Condo, Townhouse, Acreage.

Perhaps I'm going about this the wrong way so any ideas would be much appreciated!

Thanks in advance!
-JV