Joe C
02/18/2025, 4:02 PMunion
federated search feature. the parameter seems to just get ignored, even on the master branch (though it's working through postman). has anyone else managed to get it working through the SDK?
i've made an issue but just in case I'm missing something obvious...Jason Bosco
02/18/2025, 4:56 PMFanis Tharropoulos
02/18/2025, 5:07 PMJoe C
02/18/2025, 5:10 PMFanis Tharropoulos
02/18/2025, 11:54 PMJoe C
02/19/2025, 12:07 AMJason Bosco
02/19/2025, 12:21 AMmaster
, could you try now?Joe C
02/19/2025, 1:14 AMFanis Tharropoulos
02/19/2025, 9:39 AMOn a loosely related note, I don't suppose there is any way to attach a listener to Typesense.client so that I can log the raw queries/data that are getting passed to the typesense API, is there? I'm just thinking that it would be a useful feature to help me troubleshoot this kind of thing in future.AFAIK, you could use an axios global interceptor to catch any outgoing request to Typesense and use that. The debug logger also logs out the requests (albeit without the body contents, just responses and endpoints) if you want a quicker look. We intend to update the library to let you pass an axios instance on Client instantiation to give you more control for Axios