Re: Neuter fields in query

2007-02-20 Thread Mark Miller
Thanks for the info Erick. Unfortunately, I need to be able to do this with any old Query that is supplied to me...no access to the 'raw' query :( I also need the process to be relatively cheap which is why I don't wan to deconstruct and reconstruct. - Mark Erick Erickson wrote: Goll, Mar

Re: Neuter fields in query

2007-02-20 Thread Erick Erickson
Goll, Mark, it sounds like we're working on very similar projects . I solved something similar by storing the relevant parts of the original query away ahead of time in a format suitable for using with the MemoryIndex. It was lots easier to handle that way in my app, since I got in unfielded d