Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Petr Snobelt 923 posts 1535 karma points
    Feb 23, 2010 @ 23:10
    Petr Snobelt
    0

    Hi,

    how to implement search in uForum?

    Petr

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Feb 24, 2010 @ 09:22
    Morten Bock
    0

    Hi Petr

    At the moment there is no search, so it would need to be a custom search of some kind.

    1: Do your own sql statements against the tables

    or

    2: Do some indexing of the posts (Lucene?), and use the uForum events to keep it updated.

  • Petr Snobelt 923 posts 1535 karma points
    Feb 24, 2010 @ 11:02
    Petr Snobelt
    1

    Hi Morten,

    I expected first option, and hope there is another which works with xsltSearch :-(

    Thanks

    Petr

     

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Feb 24, 2010 @ 11:03
    Ismail Mayat
    0

    Petr,

    The umbraco examine project you could make use of that and put in your own provider to index the uForum? Slace will have better idea of how todo it if its possible.  

    Regards

    Ismail

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Feb 24, 2010 @ 17:11
    Morten Bock
    0

    Well, since the content is not in umbraco, and xslt search does not have a pluggable structure, then it would require quite a rewrite of xslt search to make that usable.

  • Petr Snobelt 923 posts 1535 karma points
    Feb 25, 2010 @ 09:29
    Petr Snobelt
    0

    Well, I like to ask from first time when I try uForum:

    Why content isn't in umbraco, administration will be super easy if it is.

    It's only for performance reasons? Should it be problem for small or midsize forums?

     

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Feb 25, 2010 @ 15:42
    Morten Bock
    0

    Yes, it is mainly for performance reasons. uForum was built for the our site, and as this site gets a lot of content very quickly, it needed to be stored outside umbraco as there was no need for versioning and such.

  • Petr Snobelt 923 posts 1535 karma points
    Feb 26, 2010 @ 14:10
    Petr Snobelt
    0

    I understood, but it limit's uForum flexibility - some samples:

    If I want allow users to add pictures to their post I must modify tables ....
    If it's normal umbraco node I simply add uploadfield for pictures, solution checkbox and maybe votes datatype. It also limits me to use other packages like xslt search or maintanance dashboard.

    Will be great if umbraco has something like "fastnode" which don't need versioning. It can be used in situation like this - you need fast node without versioning maybe without validation. It can be used for forum posts and for blogpost comments too.

    I don't know umbraco internals so I don't know if something like this can be implemented, but it can be nice feature.

     

     

Please Sign in or register to post replies

Write your reply to:

Draft