-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about search #119
Comments
Say you have installed searchcode server on your local machine and visit, And then perform a search, you will see the Javascript search frontend. If how ever you visit You will see the pure HTML frontend. That code is just there to know which one it is for links and the like. |
so why do you distinguish these two kinds of implementation.?? |
Or can you tell me where is the javascript that implements the search from "http://localhost:8080/" |
Sorry was away on a break so unable to respond. Yes. They are totally different. Its mostly due to how I built things. There isn't a technical reason they are split apart and they may merge at some point in the future. All the javascript lives in a single file, specifically this one https://github.com/boyter/searchcode-server/blob/master/src/main/resources/public/js/script.js |
Note there is a bug for the HTML page that was resolved in #120 If there is nothing else to ask might be worth closing this one down. Will leave it over to you and if no response close in a few days. |
Going to assume that this is resolved. |
Hi
action="/html/">i read this statement below from the index.ftl:
so, what do you mean "if isHtml??"
if i search something from the index page, obviously that it doesn's from the route:/html/, so where does it go, which route???
The text was updated successfully, but these errors were encountered: