Artifact 5a02c529381f2b4d54660b71a09b2fc240bcc58f:
- File src/timeline.c — part of check-in [be58684514] at 2016-10-23 15:36:21 on branch andygoth-timeline-ms — Add ms=EXACT|LIKE|GLOB|REGEXP timeline query parameter which changes the interpretation of the t= and r= query parameters to exact (default), SQL LIKE, glob, or regular expression matching. Other than exact matching, the t= or r= parameter value is interpreted as a whitespace- or comma-delimited list of match patterns, with the option to quote a pattern using single or double quotes in case it contains commas or whitespace. For regular expression matching only, backslash can also be used to inhibit delimiter interpretation of the next character. At this point, the only way to use this feature is to type ms= directly into the URL; the UI still needs to be updated. Be aware for LIKE interpretation that % needs to be written as %25. (user: andygoth size: 85490)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.