bug report: Filtering does not auto add quotes - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com 2013-05-19T13:27:34Z http://fogbugz.stackexchange.com/feeds/question/10706 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://fogbugz.stackexchange.com/questions/10706/bug-report-filtering-does-not-auto-add-quotes bug report: Filtering does not auto add quotes sam jones 2012-08-14T20:41:52Z 2012-09-04T07:49:04Z <p>So I have an existing filter:</p> <pre><code>assignedto:"joe" created:"3/1/10.." edited:"4/1/12.." </code></pre> <p>I can edit it to this:</p> <pre><code>assignedto:"joe" created:"3/1/10.." edited:8/1/12.. </code></pre> <p>And it works fine. FB either doesn't need the " around the last date, or auto adds them.</p> <p>But if I edit it to this:</p> <pre><code>assignedto:"joe" created:"3/1/10.." edited:-2w.. </code></pre> <p>I get an error that the filter is bad.</p> <p>using: 8.7.60.0 on windows 2003 server, sql server, browser: chrome</p>