eluv-io / elv-ai-search

0 stars 0 forks source link

The "Show all Results" Toggle does not give all results. #8

Open elv-Sauptik opened 1 week ago

elv-Sauptik commented 1 week ago

When you toggle the view from "Show only High Results" --> "Show All Results" it does not give all the results.

Reproduce - For Search index "iq__3qFHkmp4HteBQuVXB2JrxM5SDnG5" --> If we search on term "Paris"

curl 'https://ai.contentfabric.io/search/qlibs/ilib4B8yQXTuFwZRsN2jgV6gCaAU75Z6/q/iq__3qFHkmp4HteBQuVXB2JrxM5SDnG5/rep/search?terms=Paris&search_fields=f_celebrity%2Cf_characters%2Cf_display_title%2Cf_genre%2Cf_landmark%2Cf_llava%2Cf_logo%2Cf_object%2Cf_speech_to_text&start=0&limit=160&display_fields=all&clips=true&clips_include_source_tags=true&debug=true&clips_max_duration=55&max_total=20&select=%2Fpublic%2Fasset_metadata%2Ftitle&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMlJVb1JlOWVSMnYzM0hBUlFVVlNwMXJZWHp3MSIsImFkZHIiOiIweGE3NGQ5M2Y2NjE4MmQzMTkzZTIxMTViOWVjNjMyZmE3MmMyMzk4MzgiLCJ0eF9pZCI6IjB4Yzg5ZGEyOWQ5YzFlMWM5MmIwMTEyMTRkZTA2MTM5ZDc5ZmVmODdiZTBlMjk3ZTZiMmMyYzU5MjliYmIzOWMwMCIsInFsaWJfaWQiOiJpbGliNEI4eVFYVHVGd1pSc04yamdWNmdDYUFVNzVaNiJ9.RVMyNTZLX0o5ZTZDeUZ3Z0VqYUN1anEza0dUNVl4ZWRkNEVjaDdZZDE0ZEdxODU3WHNTa0FFNU12VFF6eDU0akxiSGFMVXQzQUxUWm1zWU50VVNxOHBIclZQbUdxSGVC'

it returns 19 clips.

In the UI we get 7 clips --> Screenshot 2024-09-09 at 8 28 31 AM

elv-Sauptik commented 1 week ago

@elv-zenia : Confirmed that the total_clips from curl is 19. But the returned content is cut to 7 !! @elv-nickB - Confirmed that the results are getting filtered out due to min_duration!! Currently working on a solution to pad the clips until min_duration reached.