Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
decodekult authored Feb 1, 2024
1 parent 591bfd7 commit 8494928
Showing 1 changed file with 17 additions and 1 deletion.
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

0 comments on commit 8494928

Please sign in to comment.