JSON Server Tutorial - 3 - Filtering

preview_player
Показать описание

Use coupon code: CodevolutionYoutube for any workspace upgrade. Select "Add promo code" on checkout, enter the code, then hit "Apply". This will apply a 100% OFF lifetime discount to your subscription. Enjoy and feel free to invite others to your workspace!

📱 Follow Codevolution

Filtering with JSON Server
Рекомендации по теме
Комментарии
Автор

Classic Codevolution...When i find your videos, i know i have already solve my problem

ppgg
Автор

This is great! I suppose filtering on server side minimizes the requested data so it is imperative to optimize performance in cases of large files. What if I want to filter based on if a property value contains a specific string?

marketingcostas
Автор

I am unable to use the second parameter which is specified after &
Like in case of sorting in desc order, _order=desc which is specified after & doesnt work and the Object returned is same as without the second parameter. Can anyone help me in this case?

shashiranjansingh
Автор

Does the setting of parameters recognise the signs of comparison (< and >)? It would be useful for filtering by date.

avagafonov
Автор

Why this parameter doesn't work in my cases?

Any one show which api work this filters???

freeseo
Автор

// My db.json:

{
"test" : {
"frames" : [
{
"icon": "794",
"text": "Hello!"
}
]
}
}

// I need to PUT (change) "Hello!" with "Test"

how? Thanks!

cryptozow
Автор

This doesnt work for all api’s does it?

thebeat
visit shbcf.ru