Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian wlodarski committed Mar 18, 2024
1 parent 5e2b314 commit c37fac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCkm1F3Cglty3CE1QwKQUhhg?style=social)](https://www.youtube.com/c/VueStorefront)
[![Discord](https://img.shields.io/discord/770285988244750366?label=join%20discord&logo=Discord&logoColor=white)](https://discord.vuestorefront.io)

ElasticSearch Query builder from the abstract "SearchQuery" object used by `storefront-api`, `vue-storefront-api` and `vue-storefront` projects.
ElasticSearch Query builder from the abstract "SearchQuery" object used by `storefront-api`, `alokai-api` and `alokai` projects.

The idea is, that the user can create the query in a pretty abstract way and get the `ElasticSearch` or potentially different query in return. Some nice extension ideas could be to add `mongodb` support or `SQL` support as well.

Expand All @@ -24,4 +24,4 @@ const elasticSearchQuery = await elasticsearch.buildQueryBodyFromSearchQuery({ c
```

More on [`storefront-api`](https://github.com/DivanteLtd/storefront-api)
More on [`vue-storefront`](https://github.com/DivanteLtd/vue-storefront)
More on [`alokai`](https://github.com/DivanteLtd/vue-storefront)

0 comments on commit c37fac6

Please sign in to comment.