You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-14Lines changed: 4 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,11 @@
1
1
# MODX SimpleSearch
2
-

2
+

3
3
4
4
## Installation
5
5
Simply install it through the top menu ```Extras > Installer``` and search for ```SimpleSearch```. Install it from there. After installing it, it is recommended to clear your MODX cache, through the top menu ```Manage > Clear Cache```.
6
6
7
7
## Upgrade risks
8
-
First of all: ALWAYS MAKE A BACKUP BEFORE UPDATING!
9
-
10
-
Upgrading to 2.0.0 from 1.* is highly recommended, but it does introduce some risks.
11
-
12
-
Important changes from 1.* to 2.0.0:
13
-
- The namespace has been changed from `sisea` to `simplesearch`. If you're using custom System Settings, then please migrate them.
14
-
- The placeholder prefix has also been changed from `sisea` to `simplesearch`.
15
-
- The ElasticSearch and SOLR drivers have been removed, because they were in need of improvements. Future drivers should be seperate addons. Feel free to ask us for help here.
8
+
This is currently alpha software and is only compatible with MODX 3.x and higher. This has been tested on basic search queries, but you may encounter problems with more advanced setups.
16
9
17
10
## Autosuggest
18
11
A processor has been provided for retrieving a list of search suggestions based on a Template Variable containing a comma delimited list of search terms.
@@ -35,9 +28,6 @@ $('.simplesearch-search-form input[type="text"]').on('keyup', function () {
35
28
```
36
29
37
30
## Bugs and feature requests
38
-
We value your feedback, feature requests and bug reports. Please issue them on [Github](https://github.com/Sterc/SimpleSearch/issues/new).
39
-
40
-
# Free Extra
41
-
This is a free extra and the code is publicly available for you to change. The extra is being actively maintained and you're free to put in pull requests which match our roadmap. Please create an issue if the pull request differs from the roadmap so we can make sure we're on the same page.
31
+
We value your feedback, feature requests and bug reports. Please issue them on [Github](https://github.com/modxcms/SimpleSearch/issues/new)..
42
32
43
-
Need help? [Approach our support desk for paid premium support.](mailto:service@sterc.com)
33
+
Need help? [Contact MODX Help Desk](mailto:help@modx.com)
0 commit comments