summaryrefslogtreecommitdiff
path: root/htroot/IndexDeletion_p.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2014-06-04 12:09:49 +0200
committerMichael Peter Christen <mc@yacy.net>2014-06-04 12:09:49 +0200
commit87f171675b807ffb915150abdf12ffc0b2ebea1a (patch)
tree76915b5b974383c75c7a781d327acf7d37fb8197 /htroot/IndexDeletion_p.html
parenta2f800cd8f094e398f89a2647dac0afb4c2dcbc7 (diff)
doing index deletions using a get string which makes it easier to
copy-paste deletion examples (see: #EuGH :( )
Diffstat (limited to 'htroot/IndexDeletion_p.html')
-rw-r--r--htroot/IndexDeletion_p.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/IndexDeletion_p.html b/htroot/IndexDeletion_p.html
index 68c8e91f9..1b9ec9000 100644
--- a/htroot/IndexDeletion_p.html
+++ b/htroot/IndexDeletion_p.html
@@ -31,7 +31,7 @@
</fieldset>
</form>
- <form id="IndexDeletionAge" action="IndexDeletion_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
+ <form id="IndexDeletionAge" action="IndexDeletion_p.html" method="get" accept-charset="UTF-8">
<fieldset>
<legend>Delete by Age</legend>
<p>Delete all documents which are older than a given time period.</p>
@@ -78,7 +78,7 @@
</fieldset>
</form>
- <form id="IndexDeletionCollection" action="IndexDeletion_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
+ <form id="IndexDeletionCollection" action="IndexDeletion_p.html" method="get" accept-charset="UTF-8">
<fieldset>
<legend>Delete Collections</legend>
<p>Delete all documents which are inside specific collections.</p>
@@ -103,7 +103,7 @@
</fieldset>
</form>
- <form id="IndexDeletionQuery" action="IndexDeletion_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
+ <form id="IndexDeletionQuery" action="IndexDeletion_p.html" method="get" accept-charset="UTF-8">
<fieldset>
<legend>Delete by Solr Query</legend>
<p>This is the most generic option: select a set of documents using a solr query.</p>