Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthoryixiazi
     
    Does anyone know of a good tutorial on building a field search in Akelos? Neither the booklinks tutorial or the blog tutorial get to that level. I can see where it would be useful in the blog.

    Anyway, I was wondering if there was a built-in way to search?

    Thanks,

    -Brian
    •  
      CommentAuthorwdm
     
    Me too. Some tips on how to search would be much appreciated
    •  
      CommentAuthorwdm
     
    In Rails I think it's usually done with a gem (ferret, simplesearch).

    Could it be done in a similar way with a pear library?
    • CommentAuthorKaste
     

    I would like to see if the so-called community would spend a search plugin maybe using zends lucene, a-java bridge lucene and/or solr-based one.

    • CommentAuthorarnoschn
     
    Hi Brian, Kaste, wdm,

    we are currently working on a branch which will bring support for page and action-caching and various other things.
    This branch will also empower the plugin system a bit further. On top of this branch we have built a search plugin that uses
    hyperestraier (http://hyperestraier.sourceforge.net/).

    You can find the branch at: http://svn.akelos.org/branches/arnoschn/cache/

    The branch is not completely ready to go into the trunk yet, but we are working on it.

    We will release the search plugin in the coming days, so please stay tuned.

    During my talk at the PHP Conference in Barcelona (27th Sept - phpconference.es) the search plugin will also be one of the topics.

    Best,
    Arno
    • CommentAuthorarnoschn
     
    Hi,

    I will publish the search plugin end of this week.

    I gave a talk on frameworks during last weekends PHP Conference in Barcelona:

    http://www.slideshare.net/arnoschn/rasmus-think-again-agile-framework-happy-php-developer-presentation-625122/

    There are a couple of slides which give you a first impression on how the search plugin is working.

    I will keep you posted on the search plugin.

    Arno