2
void
Thank you for your efforts!
I had search queries
above that did not work with a '.' dot -> "NO result (point)".
I now received the expected results for these search queries.
void wrote: Fri Nov 07, 2025 10:09 pm
...
14 or more decimal places overflows the value.
I will cap the number of decimal places to 12 in the next alpha update.
The , in
latitude:48,13..48,23
is not a valid input character, so Everything stops parsing at the ,
latitude:48,13..48,23
is seen as:
latitude:48
I have put on my TODO list to show parse errors temporarily in the status bar.
eg: Unexpected character , in latitude:48,
Number of decimal places: 12
Entering more than 12 decimal places is still permitted, e.g.
latitude:48.814888549776946..48.89666125059261 longitude:2.1845652972982514..2.444117299251376
Does this mean that internally the number will be reduced/rounded down/rounded up to 12 decimal places?
Show parse errors temporarily in the status bar
When I make this query, incorrectly using a ',' comma, instead of a '.' dot
latitude:48,814888549776946..48,89666125059261 longitude:2,1845652972982514..2,444117299251376
- OR - ...
latitude:48,
shouldn't I then receive a message (Unexpected character...) in the status bar?
Currently, for example, the following is displayed in the status bar: 5 items (5 files, folders)
and there is no indication of an "unexpected character". Is this topic still on your TODO list?