aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPjotr Prins2016-06-22 16:33:10 +0000
committerPjotr Prins2016-06-22 16:33:10 +0000
commit15d15dc065752cdbc1b5959984a9aca3235545ca (patch)
tree814b8978c317492b2811310187c8b643c9e5a0ef /doc
parent5764069b15b19a0b0f7ae2759683362114652716 (diff)
downloadgenenetwork2-15d15dc065752cdbc1b5959984a9aca3235545ca.tar.gz
Search: taking search apart
Diffstat (limited to 'doc')
-rw-r--r--doc/Architecture.org6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/Architecture.org b/doc/Architecture.org
index e8ffe69b..7736e2c1 100644
--- a/doc/Architecture.org
+++ b/doc/Architecture.org
@@ -29,8 +29,8 @@ When you hit a search with, for example,
'http://localhost:5003/search?species=mouse&group=BXD&type=Hippocampus+mRNA&dataset=HC_M2_0606_P&search_terms_or=&search_terms_and=MEAN%3D%2815+16%29+LRS%3D%2823+46%29+&FormID=searchResult'
it has the menu items as parameters. According to the routing table,
the search is executed and Redis caching is used (we'll probably
-change that to gn_server). The logic is in search_result.py which
-invokes database functions in
+change that to the level of the gn_server). The logic is in
+search_result.py which invokes database functions in
wqflask/dbFunction/webqtlDatabaseFunction.py, for example. The
receiving template lives at [[https://github.com/genenetwork/genenetwork2/blob/master/wqflask/wqflask/templates/search_result_page.html][search_result_page.html]].
@@ -43,5 +43,3 @@ from the database. To get the menu data in YAML you can do something like
: curl localhost:8880/int/menu/main.json|ruby extra/json2yaml.rb
(json2yaml.rb is in the gn_server repo).
-
-