bug-recutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-recutils] selections based on booleans


From: Sebastian Fischmeister
Subject: [bug-recutils] selections based on booleans
Date: Sat, 28 Dec 2013 14:06:16 -0500
User-agent: mu4e 0.9.9.6pre2; emacs 24.3.1

Hi,

I have troubles selecting records when using bools in the expression. Am
I am doing it wrong, or is it a bug?

#rec: test
#type: bool1 bool
#type: bool2 bool
#type: bool3 bool

name: ok
bool1: 1
bool2: yes
bool3: true

name: nok
bool1: 0
bool2: no
bool3: false

# this produces nothing

recsel -e bool1 -P name test.rec
recsel -e bool2 -P name test.rec
recsel -e bool3 -P name test.rec




reply via email to

[Prev in Thread] Current Thread [Next in Thread]