LOC-6: Use %v for temp variables
authorHeikki Levanto <heikki@indexdata.dk>
Mon, 11 May 2015 12:11:12 +0000 (14:11 +0200)
committerHeikki Levanto <heikki@indexdata.dk>
Mon, 11 May 2015 12:11:12 +0000 (14:11 +0200)
commit63fac78a5a009f8077953d94916017d0617f6f5e
tree1fcf1b0b9cb1b5014f0ac6f91c706e825ff3f685
parent2a74ff7ec05b6b46375c8bf6e3bc5c23fc56ce87
LOC-6: Use %v for temp variables

Need to use something like %v_wt, instead of plain ?wt, so that
we get the temp variable number included in the names, and will
not be suing the same temp variable in multiple clauses. That
would go wrong with searches like
  @and
    @atter 1=bf.author a
    @atter 1=bf.author b
With this patch, this searches for works that have an author that
has an 'a', and an author that has a 'b'. Without, it would be
searching for a work that has an author with both 'a' and 'b'.

Unfortunately this makes the config file even less readable.
bibframe/triplestore.xml