Just got the update installed, Thanks!!
Quote:
Originally Posted by chaley
Actually, you don't need a tempates_c directory. I don't have one. The code is set up to use smarty_templates_c, which is mentioned in INSTALL. Were you required to create the file? Perhaps for the smarty tests.
|
Yes, it required me to create it in the designated smarty_dir, I see you've already updated the docs to cover this.
Searches are working now. Only having one small problem now - the 'restrict_display_to' option is working if you don't do any searches, but it seems like any search overrides the filter set there. I'm using 'not tags:=Nopub' to prevent display of books I don't want cataloged, and this works without a search, but as soon as I search for any info that could match one of those books they turn up in the search results.
I'm not sure if it's doing the boolean logic, or if the boolean logic is just broken when combining 'and' and 'not', as this particular test didn't work:
Code:
testvalue and not tags:=Nopub
For this the search returned books with testvalue that were also tagged Nopub.