|
|
#16 | |
|
eBook Junkie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,526
Karma: 1464018
Join Date: May 2010
Location: USA
Device: Kindle Fire 2020, Kindle PW2
|
Quote:
|
|
|
|
|
|
|
#17 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 12,525
Karma: 8065948
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
Currently, num_col:true and num_col:false are equivalent to num_col:!=0 and num_col:=0. This was done because ratings (which are really integer columns) require that behavior. However, that behavior is wrong for non-ratings numeric columns.
I have changed search to implement the following: - ratings columns: zero is indistinguishable from not set. Searching for false will find books without a non-zero rating. Searching for true will find all books with a non-zero rating. Searching for =0 is the same as searching for false. Searching for !=0 is the same as searching for true. - non-ratings columns: zero is distinguished from not set. Searching for false will find books with no value. Searching for true will find books with a value, including the value of zero. Searching for =anything will find books that exactly match "anything". Searching for !=anything will find books with no value or a value not equal to "anything". Searching for <anything (>anything) will find books that have a value less than (greater than) anything, but will not find books that have no value. These changes will be in the next release. As regards the saved search issue: I cannot duplicate it. I have a custom column named #myfloat. I entered the search Code:
#myfloat:"<10.1" and not #myfloat:"=0" |
|
|
|
| Advert | |
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| search for series number | speakingtohe | Calibre | 4 | 08-29-2010 02:21 PM |
| New Floating Kindle Case from M-Edge | anurag | News | 24 | 01-08-2010 08:09 AM |
| Floating City with pictures! | shousa | Deals and Resources (No Self-Promotion or Affiliate Links) | 6 | 04-01-2008 10:20 AM |