Skip to content

allofphysicsgraph/dynamic-search

Repository files navigation

dynamic-search

search a graph using a webform

The list of nodes is in compute.py and contains

node_list = ['94922', '9913', '4241','4942', '49424', '242492', '13942']

Desired behavior:

  1. user types "9"
  2. only nodes with the string "9" remain in the window
  3. user types another digit, now the input is "94"
  4. only nodes with "94" are displayed