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: integer-net/solr-magento1
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.6
Choose a base ref
...
head repository: integer-net/solr-magento1
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 14 files changed
  • 5 contributors

Commits on Feb 22, 2018

  1. Change of Banner Link

    The banner stilled linked to the old website. Changed it to our new website
    sriesterer authored Feb 22, 2018
    Copy the full SHA
    c3019ff View commit details

Commits on May 28, 2018

  1. 7802 Filter script tags from HTML of CMS pages during indexing

    The tags themselves have been removed before, but not there content.
    avstudnitz committed May 28, 2018
    Copy the full SHA
    eac7ca3 View commit details

Commits on Aug 28, 2018

  1. fix for category filters which should be hidden but didn't work with …

    …flat category collection
    Andrzej Rosiek committed Aug 28, 2018
    Copy the full SHA
    dbc2925 View commit details

Commits on Aug 30, 2018

  1. Merge pull request #50 from arosiek/master

    fix for category attribute solr_remove_filters
    avstudnitz authored Aug 30, 2018
    Copy the full SHA
    cc1ef92 View commit details
  2. Copy the full SHA
    bb8f10e View commit details

Commits on Sep 7, 2018

  1. Merge pull request #51 from arosiek/master

    IntegerNet_Solr fix should be applied only for flat categories
    avstudnitz authored Sep 7, 2018
    Copy the full SHA
    fbe8215 View commit details

Commits on Sep 18, 2018

  1. Copy the full SHA
    a42bc10 View commit details

Commits on Feb 4, 2019

  1. Copy the full SHA
    a6ef4a5 View commit details

Commits on Dec 20, 2021

  1. Fix typo

    Schrank authored Dec 20, 2021
    Copy the full SHA
    8d62cd0 View commit details

Commits on Dec 21, 2021

  1. Merge pull request #60 from Schrank/patch-1

    Fix typo
    avstudnitz authored Dec 21, 2021
    Copy the full SHA
    82fb176 View commit details
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ Any pull requests are warmly welcome.
Please note that this is a free extension. We do not provide individual customer support for this extension.
If you find a bug, please open a GitHub issue.

##Uninstall
## Uninstall
If you want to uninstall the extension, please first remove all extension files. Then execute the following SQL
Queries (please modify the table names if you are using a table prefix):

@@ -99,4 +99,4 @@ It offers more features, such as an extensive autosuggest window, multiselect fi
categories loaded via Solr and support of Magento Enterprise Edition. For more information, please visit our
[website](https://www.integer-net.com/solr-magento/).

[![Upgrade to IntegerNet_Solr Pro](src/skin/adminhtml/default/default/integernet/solr/solr_free_banner_upgrade_to_pro.png)](http://integernet-solr.com/features/?utm_source=readme&utm_medium=banner&utm_term=features&utm_content=features&utm_campaign=upgrade)
[![Upgrade to IntegerNet_Solr Pro](src/skin/adminhtml/default/default/integernet/solr/solr_free_banner_upgrade_to_pro.png)](https://integernet-solr.com/features/?utm_source=readme&utm_medium=banner&utm_term=features&utm_content=features&utm_campaign=upgrade)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"homepage": "https://github.com/integer-net/solr-magento1",
"require": {
"aoepeople/aoe_layoutconditions": "~1.0.0",
"integer-net/solr-base": "^3.0.0"
"integer-net/solr-base": "^3.3.0"
},
"require-dev": {
"ecomdev/ecomdev_phpunit": "dev-dev",
9 changes: 8 additions & 1 deletion doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@ IntegerNet_Solr Free for Magento 1
===============
Release Notes

Version 1.8.0 (Feb 4, 2019)
---------------------------

- Improve search results by boosting full word matches

**Attention: the [new solr schema](https://github.com/integer-net/solr-base/blob/master/conf/schema.xml) has to be configured in Solr!**

Version 1.7.6 (Aug 16, 2017)
---------------

@@ -65,4 +72,4 @@ This is a completely refactored version. Plus, we added quite a number of new fe
- Select per category which filters shall be available
- Configurable meta robots tag (NOINDEX, NOFOLLOW) for search result pages, filtered search results and filtered category pages
- Adjustable boost for products in search results if they are in a category whose name matches the search term
- Direct redirects to a product or category page if the search term is an exact match with the product name, SKU, category name, or a different attribute of your choice
- Direct redirects to a product or category page if the search term is an exact match with the product name, SKU, category name, or a different attribute of your choice
246 changes: 0 additions & 246 deletions solr_conf/mapping-ISOLatin1Accent.txt

This file was deleted.

21 changes: 0 additions & 21 deletions solr_conf/protwords.txt

This file was deleted.

Loading