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

Synonym v2 integration #88

Closed
ElPicador opened this issue Apr 11, 2016 · 2 comments
Closed

Synonym v2 integration #88

ElPicador opened this issue Apr 11, 2016 · 2 comments
Assignees
Milestone

Comments

@ElPicador
Copy link
Contributor

See: algolia/algoliasearch-client-csharp@master...newsynonyms
Trying:

  • get synonym "syn_id" from "toto"
  • delete synonym "syn_id" from "toto" and forwardToSlave
  • clear synonyms of index "toto" and forwardToSlave
  • search synonyms of "toto" query QuerySynonyms(query = "s")
  • save synonym Placeholder("oid", "1", Seq("2", "3")) inIndex "toto" and forwardToSlave
  • save synonyms Seq(Placeholder("oid", "1", Seq("2", "3"))) inIndex "toto" and forwardToSlave and replaceExistingSynonyms
@ElPicador ElPicador added this to the 1.7 milestone Apr 11, 2016
@ElPicador ElPicador self-assigned this Apr 11, 2016
@ElPicador ElPicador mentioned this issue Apr 11, 2016
@ElPicador
Copy link
Contributor Author

WDYT of the syntax?

@redox
Copy link
Contributor

redox commented Apr 12, 2016

WDYT of the syntax?

LGTM 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants