also use a real list for simple search

This commit is contained in:
Frédéric Péters 2011-11-16 18:41:23 +01:00
parent b3b920777e
commit e2c46c8e4f
1 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@
event_results view/event_results;
b_size python:5; b_size request/b_size | b_size;
b_start python:0;b_start request/b_start | b_start;
deputy_batch python:Batch(deputy_results, b_size, int(b_start), orphan=1);
page_batch python:Batch(page_results, b_size, int(b_start), orphan=1);
doc_batch python:Batch(doc_results, b_size, int(b_start), orphan=1);
event_batch python:Batch(event_results, b_size, int(b_start), orphan=1);
deputy_batch python:Batch(list(deputy_results), b_size, int(b_start), orphan=1);
page_batch python:Batch(list(page_results), b_size, int(b_start), orphan=1);
doc_batch python:Batch(list(doc_results), b_size, int(b_start), orphan=1);
event_batch python:Batch(list(event_results), b_size, int(b_start), orphan=1);
">
<form method="get" action="search2">
<input name="SearchableText" type="text"