Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 366 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 366 Bytes

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