Hi, no, the slider does not seem to work properly on dates.
Best, Erwin Am Donnerstag, 26. September 2019 21:21:13 UTC+2 schrieb Luis Miguel Morillas: > > Does the slider facet suits for you? [1] > > I've never tried it. I could do some test next week. > > [1] http://www.simile-widgets.org/exhibit3/examples/slider/index.html > > Saludos, > > -- luismiguel (@lmorillas) > > El jue., 26 sept. 2019 a las 15:19, Erwin Filtz > (<[email protected] <javascript:>>) escribió: > > > > 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]> > 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]. > >>> To view this discussion on the web visit > https://groups.google.com/d/msgid/simile-widgets/8f3c6e74-3898-479d-b782-046c475acda4%40googlegroups.com. > > > > > > -- > > 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/354a4b86-d4fd-4032-b51f-6d2b9469967c%40googlegroups.com. > > > -- 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/ed5d5d1b-51b0-4a9e-8a8a-64a52e3e44e7%40googlegroups.com.
