You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user creates a new link and the URL has already been registered under a different short name, alert the user and list the existing short name(s).
Should multiple short names be allowed to point to the same link?
The text was updated successfully, but these errors were encountered:
There should at least be a warning, so that the user has the option of using the existing link, contacting the original link owner, or going ahead with creating the new one.
Part of #160, #161, #165, and #166. Implements the RedisClient
operations necessary to support these search, autocomplete, and target
collision features.
Uses the lexicographic completion approach described in:
http://oldblog.antirez.com/post/autocomplete-with-redis.html
Note that we'll need a migration script to create the new search indexes
for existing installations.
When a user creates a new link and the URL has already been registered under a different short name, alert the user and list the existing short name(s).
Should multiple short names be allowed to point to the same link?
The text was updated successfully, but these errors were encountered: