the-canonizer / canonizer-3.0-api

1 stars 0 forks source link

Camps with similar names #1022

Closed sunnyjindal closed 3 months ago

sunnyjindal commented 4 months ago

Whenever the user tries to create a camp, after entering 3 alphabets, the system should start semantic search and return the list of camps that exists with the same name.

nalwa commented 3 months ago

As per discussion with team we are keeping existing elastic search with search limit of 10 results. So in order to this there is no changes required in existing API from back-end side.

API which is already there is -
https://api3.canonizer.com/api/v3/search?term=test&size=20&page=1&type=camp

Note: parameter size needs to be adjusted to 10 and it will server our purpose.