Closed nonprofittechy closed 2 years ago
What commit hash are you on? Both https://github.com/LemmaLegalConsulting/docassemble-tclpgoogledocsmerger/tree/redis and https://github.com/LemmaLegalConsulting/docassemble-tclpgoogledocsmerger/commit/92c9a33e9acec497541597b928935ad713263496 should fix that. I can't recreate with either of those.
It was the installed commit at apps.chancerylaneproject.org (I visited https://apps.chancerylaneproject.org/start/clause-search/)
I selected just "offsetting" as the only tag
I'm still baffled, because I can't reproduce that. I select offsetting and get back 15 clauses perfectly fine.
Can you include your variable dump?
using ?reset=1 cleared it up! Weird
Also--very fast! Still seeing the file corruption issue you highlighted, but the speedup is very impressive. We should see if any of that can be integrated upstream.
possibly the
if row[1]['Has URL']:
needs to be changed toif row[1].get('Has URL'):