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

Update README.md #42

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,26 @@ To do so, indexing is split in batches per language. The sync log will show the

This plugin will ensure than your posts get synced using the right language when they are created or updated in the WordPress backend.

## Feature support

ElasticPress provides several features. We provide compatibility with some of them:
* [x] Post Search
* [ ] Instant Results
* [ ] Autosuggest
* [ ] Did You Mean
* [ ] WooCommerce
* [ ] Filters
* [x] Related Posts
* [ ] Custom Search Results
* [ ] Protected Content
* [ ] Documents

Additional compatibility with other features will be added in future releases.

## Building from source

After cloning this repository you need to generate the autoloader:
`composer dumpautoload`
`composer dump-autoload`

This step isn't needed if you download a release instead.

Expand Down
Loading