Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtex/vtexis-compatibility-layer
Compatibility layer between intelligent search and VTEX
https://github.com/vtex/vtexis-compatibility-layer
intelligent-search search-personalization
Last synced: 25 days ago
JSON representation
Compatibility layer between intelligent search and VTEX
- Host: GitHub
- URL: https://github.com/vtex/vtexis-compatibility-layer
- Owner: vtex
- Created: 2021-04-18T16:21:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T12:17:23.000Z (8 months ago)
- Last Synced: 2024-11-06T21:08:11.733Z (about 2 months ago)
- Topics: intelligent-search, search-personalization
- Language: TypeScript
- Homepage:
- Size: 591 KB
- Stars: 1
- Watchers: 19
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# vtexis-compatibility-layer
Lib to convert the Intelligent Search object to the VTEX object.
## Example
```js
import { convertISProduct } from 'vtexis-compatibility-layer'const vtexProduct = convertISProduct(intelligentSearchProduct, tradePolicy)
```## Deploy
- Merge your PR to the `main` branch
- `git checkout main`
- `git pull`
- Update the `CHANGELOG.md` file
- `npm version [ | major | minor | patch | premajor | preminor | prepatch | prerelease [--preid=] | from-git]` on the `main` branch.
- Run `git push origin main --tags`