straga / odoo-addon_fts

Provides an extensible framework for OpenERP to do full text search (using PostgreSQL's full text search mechanism) on different models. It aims at least possible administration effort while still providing fast and high quality search results for users.
7 stars 6 forks source link

FTS for CMS, Ecommerce, Forum, News, etc. #1

Open lukebranch opened 10 years ago

lukebranch commented 10 years ago

Thanks for your valuable contribution to the Odoo community. I would like to know if you have any plans on adding additional modules to this project to cover frontend search including:

CMS Forum News Jobs Documentation Ecommerce Events Products/Shop

I think there is a great need to have an integrated FTS functionality for searching the frontend. I think this would be best accomplished through a single search field for use on any page in the frontend with possible dropdown or checkboxes to search between different filters (eg. forum, news, shop, etc.).

It would be useful to integrate a basic type of ajax auto-search type dropdown (similar to http://start.searchanise.com/) with around 5-10 entries along with an area for thumbnails, title and short description (and possibly price for products, events, etc) as well as splitting off into filters (eg. forum, news, events, etc.) for searches that have not selected any specific category. An option via a dropdown menu for filters by forum, news, shop, etc. could then be offered to narrow down the results.

If you are interested in discussing the possibilities as well as possible funding for this type of project please let me know, as I would be interested in discussing this with you in more detail.

straga commented 10 years ago

Yes, idea, make global FTS for Odoo it will be fun. But i am just fork it fork from https://launchpad.net/openobject-fts, made some fix and adapt for 8.0.

lukebranch commented 10 years ago

@straga, thanks for letting me know. Is this a project you would be interested in collaborating with us on, or do you have any connection with the original developer(s) so that I can check if they might be interested in this type of project?

straga commented 10 years ago

Yes. I'am intersted in On Sep 23, 2014 6:08 AM, "lukebranch" notifications@github.com wrote:

@straga https://github.com/straga, thanks for letting me know. Is this a project you would be interested in collaborating with us on, or do you have any connection with the original developer(s) so that I can check if they might be interested in this type of project?

— Reply to this email directly or view it on GitHub https://github.com/straga/odoo-addon_fts/issues/1#issuecomment-56471854.

ikzent commented 9 years ago

Is there any work to restrict the search results based on access rights, part of this is handled by fts_proxy but the result is that this can be seen but eventually afterwards that the document can not be accessed. Any clues where to start modifiing this or configuring this ?