Search messages

search/prepare

URL: https://fleep.io/api/search/prepare

Load current user’s index data to cache.

search/reset

URL: https://fleep.io/api/search/reset

Drop user’s index from cache.

search/suggest

URL: https://fleep.io/api/search/suggest

Suggest words.

Input:

keywords                text            -- query: space-separated keywords
conversation_id         uuid = null     -- limit search to one conversation

Output:

suggestions             list            -- List of strings - suggestions are given
                                        -- for last word of 'keywords'.

Table Of Contents

Previous topic

Message operations

Next topic

Contact management