Skip to content

How can we get more results? #153

Open
@gelodefaultbrain

Description

@gelodefaultbrain

Hi, I hope this ticket gets addressed early, I've tried using the code and it's cool. Thank you for this.

Just wondering how can we get more results? What I mean is get more number of people as a result? Because as of now I'm only getting around 20+. Hoping to get at least 100 or more?

In this code

if __name__ == "__main__":

    change_pref = change_preferences(
        age_filter_min=18,
        age_filter_max=40,
        gender=1,
        distance_filter=95,
        discoverable=True
    )

    #print(f"Preference response: {change_pref}")

    recs = get_recommendations()
    #for get_recommendations
    print(len(recs["results"]))


    recs2 = get_recs_v2()
    print(len(recs2["data"]["results"]))

Output

23
21

Now I've added a preference however the number of results are still the same. I tried the two ways of getting recommendations but still no luck.

Is there a way for us to have more results? Probably is there some sort of pagination? or anything at all. Feel free to add in the comments.

Hoping for a fast reply. Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions