Alexandru Suciu
Alexandru Suciu
Works when all files are where they are suppose to be. However if a node doesn't have a file it errors out. After I created a file for every node...
I tried this versions when doing the query but they error out: ``` curl -F search_in_conf_textbox=cisco http://oxidized.arahant.net/nodes/conf_search.json curl -F search_in_conf_textbox=cisco http://oxidized.arahant.net/nodes.json/conf_search ``` ``` Try this: # in webapp.rb class Oxidized::API::WebApp...
Added the `post '/nodes/conf_search.?:format?' do` and it doesn't error out anymore but it prints a "null" result if I try the query/
:+1: wohoooo!!!! Works as advertised!! Thanks!