Commit 0c055c6
Fix datetime field handling in NUMERIC queries
This addresses the datetime field indexing issue by converting datetime and date objects to timestamps in NUMERIC query expressions. This ensures proper query functionality when searching on datetime fields that are indexed as NUMERIC fields.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 9eaf012 commit 0c055c6
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1301 | 1301 | | |
1302 | 1302 | | |
1303 | 1303 | | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
1304 | 1313 | | |
1305 | 1314 | | |
1306 | 1315 | | |
| |||
0 commit comments