25 Jul, 2016

5 commits

  • * Sort documents by name
    * Adds lexical sort for searchs without expression
    * Sort by name.raw instead of name
    * Indexes models by raw nested in name, remove suggests
    * Fixes tests and alphabetical ordering
    * Adds created at as a type of sort
    * Fixing search using sort by
    * Fixed Sort by to receive filter param
    * Fixed noosfero to be support noosfero links
    * Fixed text_articles and upload_files extensions
    * Fixed api tests
    * Refactored elasticsearch_plugin and elasticsearch_api
    * Fixed to use partial query
    * Fixed sort and query_string
    
    Signed-off-by: Arthur Jahn <stutrzbecher@gmail.com>
    Signed-off-by: DylanGuedes <djmgguedes@gmail.com>
    Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
    Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
    David Silva
     
  • Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
    Macartur Sousa
     
  • Adding tests to elasticsearch controller
    Adding ElasticsearchTestHelper
    Fixed model tests
    Adding tests and refactored control_fields indexed
    
    Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
    Macartur Sousa
     
  • Signed-off-by: Arthur Jahn <stutrzbecher@gmail.com>
    Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
    Macartur Sousa
     
  • redirect index -> search action
    removing models extensions that are removed from core
    renaming elasticsearch helper to a better name (now, working as well)
    model extensions working with the new helper name
    check :weight exists
    refactoring models extensions
    Joenio Costa