Skip to content

Search api - how to stop using cache - to fetch real data every timeΒ #490

@nishajgd

Description

@nishajgd

when I use client.search(query: search_param, :reload => true) I get real data (not cached) after 2 mins.
Is there anyway I get the search results immediately, I mean by completely avoiding cache.

Currently I use reload: true & fetch(true) on search results. This helps me get the latest data after 2 mins.

Is there anyway I can avoid waiting 2 mins, so that I get the immediate proper search result.

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions