Jakub Zawadzki
changed
bug 8979
What |
Removed |
Added |
Status |
UNCONFIRMED
|
RESOLVED
|
CC |
|
[email protected]
|
Resolution |
---
|
FIXED
|
Comment # 2
on bug 8979
from Jakub Zawadzki
Crash fixed in r50949
(In reply to comment #1)
> If we write the comparison in reverse order, e.g
> "http.location[0:4]==lower(http.location)"
> it will compile, but will not work, because "lower" returns FT_STRING,
> anf FT_BYTES's cmp_eq assumes its arguments to be of type FT_BYTES.
Fixed in r50950
> Fixing there issues will most likely include allowing using ranges on
> functions
> like "lower(http.location)[0:5]"
Implemented in r50951
You are receiving this mail because:
- You are watching all bug changes.