I tried the timeline-view which is working fine using 

<div data-ex-role="view" data-ex-view-class="Timeline" data-ex-start=
".start_date" data-ex-end=".end_date" data-ex-color-key=".label"></div>


with the following example JSON-LD


{
  "items" : [ {
    "@id" : "http://www.example.org/e1";,
    "end_date" : "2019-06-30",
    "start_date" : "2019-01-01",
    "label" : "Event 1",
    "Participants" : ["Tim", "Tom", "Max"]
  }, {
    "@id" : "http://www.example.org/e2";,
    "end_date" : "2019-09-15",
    "start_date" : "2019-03-15",
    "label" : "Event 2",
    "Participants" : ["Tim", "John", "Sue"]
  }, {
    "@id" : "http://www.example.org/e3";,
    "start_date" : "2019-09-16",
    "label" : "Event 3",
    "Participants" : ["Sheldon", "Penny", "Raj"]
  }]
}

But this is not what i need. I would like to have two input fields where a 
date can be entered to filter the events based on the start and end dates. 
Since the documentation/wiki is not available i like to know if there is 
something ready to use (like the sliders, but without the actual sliders..)



Am Mittwoch, 25. September 2019 20:27:41 UTC+2 schrieb Luis Miguel Morillas:
>
> What have you tried? Do you have some code to show?
>
>
>
> El mié, 25 de septiembre de 2019 19:40, Erwin Filtz <[email protected] 
> <javascript:>> escribió:
>
>> Hi,
>>
>> i am using the facetted browsing for my project. I have in my data for 
>> each item a "start date" and an "end date" and i would like to filter all 
>> based on these dates, ideally with two text boxes to enter the date.
>> How can i do this? I tried to find something in the documentation or wiki 
>> (site remains blank?)
>>
>> Any help is appreciated, thank you.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "SIMILE Widgets" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/simile-widgets/8f3c6e74-3898-479d-b782-046c475acda4%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/simile-widgets/8f3c6e74-3898-479d-b782-046c475acda4%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/simile-widgets/354a4b86-d4fd-4032-b51f-6d2b9469967c%40googlegroups.com.

Reply via email to