Coder Social home page Coder Social logo

fulltextsearch's Introduction

Build Status Coverage Status

Introduction

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. The modular design enables administrators to offer just the full text search wanted and developers an easy way to add searches.

For a quick (somewhat technical) overview, read the presentation held on the Open Days 2013

Administrators

  • Install the search module you are interested in (ie fts_document to search in documents)
  • Watch your logs. It will fill an index in the background. Look for the line 'running _init_tsvector_column for [somename]'
  • After that finishes (depending on the size of the table some minutes to some hours), you can do your searches

Developers

  • Derive a class from fts_base in your new module
  • Set at least the attributes _model and _indexed_column
  • Read the comments in fts_base
  • Most likely change the search view of fts.proxy
  • Share your results

Support

For commercial support, please contact Therp BV.

fulltextsearch's People

Contributors

hbrunn avatar nl66278 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.