Commit b4b23c0
committed
fix(index): keep page parameters visible after submit
By switching the form method to get the url will now have all paramters necessary in order to share the search results.
The search works as before including the
Example:
Entering "file:" in the search box and hitting the "Search" button
- URL Before
http://localhost:8080/exist/apps/fundocs/index.html?
- URL After
http://localhost:8080/exist/apps/fundocs/index.html?q=file%3A&action=search&type=name1 parent 758d188 commit b4b23c0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments