I have assembled a template that I like a lot and that works really well for us. The problem is that I don't have a search box where the user can enter a name or partial name and get a list of matches. I searched this forum and found several others that have had similar questions - all resulting in the news that it won't do that. Given that there are several of us interested in this capability, here is my feature request: Add the capability to have template-driven views support searching. I could see an approach like this: In the template code we add code like... ...that lets the user enter a partial name. On Page_Load, the DMX template module looks-for a posted value in a field with this special name and, if found (and not Blank/Empty) then it would filter the results by the specified value. For Peter this would require: (1) a new tag called [dmxmodule:searchname] that renders a specific HTML NAME for the input field (2) a new tag called [dmxmodule:searchvalue] that renders the HtmlEncoded value of the value just received in the search input. (3) the PageLoad to look-for a value specified in a form field with the right name above. This should work nicely and would allow full templating of the search and would allow the same VIEW template mechanism to also function as a SEARCH template. Thoughts? |