I'd be curious to know if this bug also exists in Views 3, but in views 2 there is a problem where numeric constraints to a search only keep the numbers before the decimal point, and not after. Even tho I specified I wanted to search between 458.77 and 458.78 in the exposed filter, the query builder built out this WHERE clause:

 WHERE (FCC_FR.frequency_assigned >= 458) AND (FCC_FR.frequency_assigned <= 458) ORDER BY FCC_FR_frequency_assigned ASC

The 458.77 and 458.78 appear in the URL, but not in the query.

Comments

mustanggb’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)