This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/1.1.0' of github.com:dpc-sdp/tide_search into r…
…elease/1.1.0
- Loading branch information
Showing
1 changed file
with
60 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,67 @@ | ||
# tide_search | ||
Search configuration for Tide distribution | ||
# Tide Search | ||
Search functionality for [Tide](https://github.com/dpc-sdp/tide) distribution for [Drupal 8](https://github.com/dpc-sdp) | ||
|
||
[![CircleCI](https://circleci.com/gh/dpc-sdp/tide_search.svg?style=svg&circle-token=548e7d78f68716b9ab432396d9a046f1f9836fef)](https://circleci.com/gh/dpc-sdp/tide_search) | ||
Tide is a Drupal 8 distribution focused on delivering an API first, headless Drupal content administration site. | ||
|
||
# CONTENTS OF THIS FILE | ||
[![CircleCI](https://circleci.com/gh/dpc-sdp/tide_search.svg?style=shield&circle-token=2a0e49166724ac193636fba5b458024e00342dce)](https://circleci.com/gh/dpc-sdp/tide_search) | ||
[![Release](https://img.shields.io/github/release/dpc-sdp/tide_search.svg)](https://github.com/dpc-sdp/tide_search/releases/latest) | ||
![https://www.drupal.org/8](https://img.shields.io/badge/Drupal-8-blue.svg) | ||
[![Licence: GPL 2](https://img.shields.io/badge/licence-GPL2-blue.svg)](https://github.com/dpc-sdp/tide_search/blob/master/LICENSE.txt) | ||
[![Pull Requests](https://img.shields.io/github/issues-pr/dpc-sdp/tide_page.svg)](https://github.com/dpc-sdp/tide_search/pulls) | ||
|
||
* Introduction | ||
* Requirements | ||
* Installation | ||
## What is in this package | ||
- Search API configuration for Elasticsearch connector | ||
|
||
# INTRODUCTION | ||
The Tide Search module provides the search configuration for Tide. | ||
## Installation | ||
To install this package, add this custom repository to `repositories` section of | ||
your `composer.json`: | ||
|
||
# REQUIREMENTS | ||
* [Tide Core](https://github.com/dpc-sdp/tide_core) | ||
* [Search API](http://www.drupal.org/project/search_api) | ||
* [Elasticsearch Connector](http://www.drupal.org/project/elasticsearch_connector) | ||
```json | ||
{ | ||
"repositories": { | ||
"dpc-sdp/tide_search": { | ||
"type": "vcs", | ||
"no-api": true, | ||
"url": "https://github.com/dpc-sdp/tide_search.git" | ||
} | ||
} | ||
} | ||
``` | ||
|
||
# INSTALLATION | ||
Include the Tide Search module in your composer.json file | ||
Require this package as any other Composer package: | ||
```bash | ||
composer require dpc-sdp/tide_search | ||
``` | ||
composer require dpc/tide_search | ||
``` | ||
|
||
## Support | ||
[Digital Engagement, Department of Premier and Cabinet, Victoria, Australia](https://github.com/dpc-sdp) | ||
is a maintainer of this package. | ||
|
||
## Contribute | ||
[Open an issue](https://github.com/dpc-sdp) on GitHub or submit a pull request with suggested changes. | ||
|
||
## Development and maintenance | ||
Development is powered by [Dev-Tools](https://github.com/dpc-sdp/dev-tools). Please refer to Dev-Tools' | ||
page for [system requirements](https://github.com/dpc-sdp/dev-tools/#prerequisites) and other details. | ||
|
||
To start local development stack: | ||
1. Checkout this project | ||
2. Run `./dev-tools.sh` | ||
3. Run `ahoy build` | ||
|
||
## Related projects | ||
- [tide](https://github.com/dpc-sdp/tide) | ||
- [tide_api](https://github.com/dpc-sdp/tide_api) | ||
- [tide_core](https://github.com/dpc-sdp/tide_core) | ||
- [tide_event](https://github.com/dpc-sdp/tide_event) | ||
- [tide_landing_page](https://github.com/dpc-sdp/tide_landing_page) | ||
- [tide_media](https://github.com/dpc-sdp/tide_media) | ||
- [tide_monsido](https://github.com/dpc-sdp/tide_monsido) | ||
- [tide_news](https://github.com/dpc-sdp/tide_news) | ||
- [tide_page](https://github.com/dpc-sdp/tide_page) | ||
- [tide_site](https://github.com/dpc-sdp/tide_site) | ||
- [tide_test](https://github.com/dpc-sdp/tide_test) | ||
- [tide_webform](https://github.com/dpc-sdp/tide_webform) | ||
|
||
## License | ||
This project is licensed under [GPL2](https://github.com/dpc-sdp/tide_search/blob/master/LICENSE.txt) |