https://github.com/allofphysicsgraph/dynamic-search
search a graph using a webform
https://github.com/allofphysicsgraph/dynamic-search
html javascript
Last synced: 7 months ago
JSON representation
search a graph using a webform
- Host: GitHub
- URL: https://github.com/allofphysicsgraph/dynamic-search
- Owner: allofphysicsgraph
- License: gpl-3.0
- Created: 2020-05-01T17:38:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-08T00:51:35.000Z (over 1 year ago)
- Last Synced: 2025-02-08T01:28:20.391Z (over 1 year ago)
- Topics: html, javascript
- Language: HTML
- Size: 1.34 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dynamic-search
search a graph using a webform
The list of nodes is in compute.py and contains
```python
node_list = ['94922', '9913', '4241','4942', '49424', '242492', '13942']
```
Desired behavior:
1. user types "9"
1. only nodes with the string "9" remain in the window
1. user types another digit, now the input is "94"
1. only nodes with "94" are displayed