[Neos] My special thanks because of FlowQuery

Carsten Bleicker carsten at bleicker.de
Mon Jul 7 21:05:10 CEST 2014


First link was wrong, this one is okay:
https://bitbucket.org/cbleicker/bleicker.savingdogs/src/5451347575f54806c07334379dc21895b2964741/?at=develop


----------------------

Carsten Bleicker
Wülfingstraße 1
42477 Radevormwald

E-Mail:	carsten at bleicker.de
Web:	www.bleicker.de
Twitter:	@carstenbleicker
Jabber:	cbleicker at jabber.ccc.de
Telefon:	+49 (0)171-2690845

Am 07.07.2014 um 21:04 schrieb Carsten Bleicker <carsten at bleicker.de>:

> Sure:
> https://bitbucket.org/cbleicker/bleicker.savingdogs/src/97bb77215d7d?at=develop
> 
> Its currently more a simple reduction filter behaviour then a search behaviour.
> My Site having a Document-Nodetype "Dog". Those should be filtered by gender and some other properties.
> "Dog" inhertis from an AbtractAnimal NodeType. So later i can introduce f.e. Reptiles/Cats etc.
> 
> What happens is, that there is not realy a filtering FlowWuery done in Typoscript.
> My filtering walked into a widget to have more logical control.
> So i registered a new ContentElement calles "AnimalList" wich is passing the sitenode with startNode = ${site} to a template.
> This template calls a AnimalSearch Widget. It receives the startNode, puts it into a FlowQuery's context.
> Now the incoming search pushing some filters into the FlowQuery and sets the whole FlowQuery back in the template.
> This one is looped now and contains the filered results.
> 
> FlowQuery Filtering is done here:
> https://bitbucket.org/cbleicker/bleicker.savingdogs/src/5451347575f54806c07334379dc21895b2964741/Classes/BLEICKER/SavingDogs/ViewHelpers/Widget/Controller/AnimalSearchController.php?at=develop#cl-41
> 
> ----------------------
> 
> Carsten Bleicker
> Wülfingstraße 1
> 42477 Radevormwald
> 
> E-Mail:	carsten at bleicker.de
> Web:	www.bleicker.de
> Twitter:	@carstenbleicker
> Jabber:	cbleicker at jabber.ccc.de
> Telefon:	+49 (0)171-2690845
> 
> Am 07.07.2014 um 20:33 schrieb Simon Schaufelberger (Schaufi) <simonschaufi at guugelmail.de>:
> 
>> nice! can you share some code with us?
>> 
>> Regards, Simon
>> 
>> Am 07.07.2014 13:12, schrieb Carsten Bleicker:
>>> Special thanks to Christopher Hlubek!
>>> This FlowQuery is pretty cool to build up a nodeSearch widget!
>>> It works like a charm!
>>> 
>>> ----------------------
>>> 
>>> Carsten Bleicker
>>> Wülfingstraße 1
>>> 42477 Radevormwald
>>> 
>>> E-Mail:	carsten at bleicker.de
>>> Web:	www.bleicker.de
>>> Twitter:	@carstenbleicker
>>> Jabber:	cbleicker at jabber.ccc.de
>>> Telefon:	+49 (0)171-2690845
>>> 
>> _______________________________________________
>> Neos mailing list
>> Neos at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos
> 
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos



More information about the Neos mailing list