collective / iwwb.eventlist

iwwb.eventlist
http://pypi.python.org/pypi/iwwb.eventlist
0 stars 0 forks source link

Handling of events with no dates #3

Closed pysailor closed 12 years ago

pysailor commented 12 years ago

Searching for e.g. keywords: excel Start date: 7th Feb 2012 End date: 14th Feb 2012

yields in > 1000 results. But many of the events don't have a date set. Events with no dates are always found, regardless of the start end dates input by the user.

Would it be possible to add an option like "exclude events without dates" in the search form and query, so that the user can more effectively filter out events that don't fall into the date range he is interested in?

jcerjak commented 12 years ago

Yes, we had this implemented already, but the problem was that the filtering was done locally, AFTER obtaining the (limited) result set from the web service. Zupo and I agreed it would be better if web service API supported this option. What do you think?

chaoflow commented 12 years ago
  1. UI with filter in Plone
  2. get backend support for this kind of filter (chaoflow)
chaoflow commented 12 years ago

about 2: there is no such feature documented: http://www.iwwb.de/wss/sucheIWWBServer.php but it is offered at http://iwwb.de

chaoflow commented 12 years ago

filtering of events without data is currently not available via wsdl

chaoflow commented 12 years ago

If you send 'termine=yes' as parameter with GetFullResultBySimpleQueryString you should only receive events with dates - please test.

domenkozar commented 12 years ago

Using GetFullResultBySimpleQueryString method instead of GetFullResult, we lose ability to paginate results. Should we proceed with that?