20 Jul, 2016

3 commits


04 Jul, 2016

4 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
     
  • 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
     
  • * Person
    * Community
    * TextArticle
    * Event
    * UploadedFile
    Daniela Feitosa