bibserver icon indicating copy to clipboard operation
bibserver copied to clipboard

Resolving simple errors, testing with ES 1.7 and sample.json

Open salamynder opened this issue 7 years ago • 1 comments

  • is not a function, but property: account.is_anonymous()
  • null-check: search.py row if isinstance(row, basestring) else row[parts[counter]]
  • similar null-check in jquery facetview
  • remove stuff which is already in base template (search/index.html)

TODO: resolve error in Tag-cloud of templates/home/index.html

salamynder avatar May 29 '17 15:05 salamynder

@tfmorris care to review?

todrobbins avatar May 31 '17 14:05 todrobbins