Hi Guys i have a doubt lets say we have our primary DB and Typesense will be our secondary DB to populate the search right ??? I have a use case lets say Ill create a Job The Job will be created and we will clone that in the typesense DB rigth ??Then If i need to add the save function for the particular job is their any way in Typesense to filter based on the Id ??? @Kishore Nallan
j
Jason Bosco
04/03/2023, 6:28 AM
You can use the
filter_by
parameter
Jason Bosco
04/03/2023, 6:28 AM
filter_by: id:123
k
KARTHICK RAJA
04/03/2023, 6:30 AM
so then for the particular page if we need to filter only the specific thing we need to use this method ??