Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rollerworks/search
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rollerworks/search
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 30, 2016

  1. Remove apache Solr from supported list

    [skip ci]
    sstok committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    e2dd0a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Fix ValuesBag::addExcludedValue() breaks new API

    The internalvalue was not extracted for getExcludedSimpleValues()
    sstok committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    d4e9a63 View commit details
    Browse the repository at this point in the history
  2. bug #101 Fix ValuesBag::addExcludedValue() breaks new API (sstok)

    This PR was merged into the 1.x branch.
    
    Discussion
    ----------
    
    The internalvalue was not extracted for getExcludedSimpleValues()
    
    Commits
    -------
    
    d4e9a63 Fix ValuesBag::addExcludedValue() breaks new API
    sstok authored Dec 1, 2016
    Configuration menu
    Copy the full SHA
    7cc6d43 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. [Doc] Fix wrong example in FilterQuery syntax

    Field values are started with `:` not `=`
    sstok committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    a425adb View commit details
    Browse the repository at this point in the history
  2. bug #140 [Doc] Fix wrong example in FilterQuery syntax (sstok)

    This PR was merged into the 1.x branch.
    
    Discussion
    ----------
    
    Field values are started with `:` not `=`
    
    Commits
    -------
    
    a425adb [Doc] Fix wrong example in FilterQuery syntax
    sstok authored Jan 26, 2017
    Configuration menu
    Copy the full SHA
    6d3de46 View commit details
    Browse the repository at this point in the history
Loading