Homec4science

WebBasket: fix search into basket issues

Authored by Nikolaos Kasioumis <nikolaos.kasioumis@cern.ch> on Jun 23 2011, 16:36.

Description

WebBasket: fix search into basket issues

  • Fixes a wrong variable name in the webbasket_templates.py file.
  • Replaces some instances of the eval() function with a safe combination of the strip(), split() and map() functions.
  • Uses intbitsets instead of native python sets to intersect local search results with basket contents to improve speed when searching in baskets with large numbers of items.

Details

Committed
Tibor Simko <tibor.simko@cern.ch>Aug 11 2011, 15:32
Parents
R3600:7c85175f5c96: WebBasket: fix displaying deleted records bug
Branches
Unknown
Tags
Unknown

Event Timeline

Tibor Simko <tibor.simko@cern.ch> committed R3600:f81d7aa285a7: WebBasket: fix search into basket issues (authored by Nikolaos Kasioumis <nikolaos.kasioumis@cern.ch>).Aug 11 2011, 15:32