Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add highligh search result support #104

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 2, 2016

  1. Configuration menu
    Copy the full SHA
    2db23a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d5e60f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2016

  1. Configuration menu
    Copy the full SHA
    f33c23c View commit details
    Browse the repository at this point in the history
  2. update readme for highlight

    itbdw committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    c878621 View commit details
    Browse the repository at this point in the history
  3. tidy comments

    itbdw committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    c13c167 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Configuration menu
    Copy the full SHA
    524b023 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Update ElasticquentTrait.php

    assume you set "number_of_fragments"=>1 on highlight setting
    
    ie.
    ```
                $highlight=[
                    "fragment_size"=>150,
                    "no_match_size"=>150,
                    "number_of_fragments"=>1,
                    "fields"=>[
                        "title"=>(Object)[],
                        "content"=>(Object)[],
                    ],
                ];
    ```
    itbdw committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    895aca9 View commit details
    Browse the repository at this point in the history