# Detailed View Filtering in Glide

**URL:** https://community.glideapps.com/t/detailed-view-filtering-in-glide/28991
**Category:** Ask for Help
**Created:** [July 12, 2021, 8:07am UTC](https://community.glideapps.com/t/detailed-view-filtering-in-glide/28991 "2021-07-12T08:07:43Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![rayo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rayo/32/91372_2.png) [@rayo](https://community.glideapps.com/u/rayo)
#### Post date: [July 12, 2021, 8:07am UTC](https://community.glideapps.com/t/detailed-view-filtering-in-glide/28991/1 "2021-07-12T08:07:43Z")

</div>

in the checkout tab (detailed view) there is a filter searching for the last placed order by the user.  
I have a image that appears if orderID returned is empty. meaning no order in checkout.

what happens is Glide finds the orderID of the last order which passes the filter, then it shows the image for a few seconds and then it comes back and returns the order ID found.

I’m guessing it goes away and checks for other rows that might pass the fitler.

Is there any way that I can remove this few seconds delay between finding the first match and searching the other rows in the table?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 12, 2021, 11:31am UTC](https://community.glideapps.com/t/detailed-view-filtering-in-glide/28991/2 "2021-07-12T11:31:01Z")

</div>

Can you attach some images or a video of that in action? Thank you.

---

<div class="post-metadata">

### Author: ![rayo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rayo/32/91372_2.png) [@rayo](https://community.glideapps.com/u/rayo)
#### Post date: [July 12, 2021, 11:35am UTC](https://community.glideapps.com/t/detailed-view-filtering-in-glide/28991/3 "2021-07-12T11:35:12Z")

</div>

here is an old version of the app which has the same issue

> **[Glide Store](https://glidestoreapp.glideapp.io/)**
>
> Ecommerce Store with custom cart and guest checkout

you can try a checkout as a guest if you want. and watch what happens with the checkout screen starts

---

<div class="post-metadata">

### Author: ![rayo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rayo/32/91372_2.png) [@rayo](https://community.glideapps.com/u/rayo)
#### Post date: [July 12, 2021, 11:41am UTC](https://community.glideapps.com/t/detailed-view-filtering-in-glide/28991/4 "2021-07-12T11:41:10Z")

</div>

Here are 2 screen shots of the screen and the table.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/4/74830ae5ff8e0718a94a949187f2ef7bc0be5f8b.jpeg)

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/4/846c1fc19f2ab79b4cd87e8df60c8bd003e562e4.png)

the aim is to return only the row which matches the filter. it could only be 1 row per user. and the app returns that row. but for a few seconds it goes back to 0 match (like its searching the rest of the table) and then it returns that row again

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 12, 2021, 12:12pm UTC](https://community.glideapps.com/t/detailed-view-filtering-in-glide/28991/5 "2021-07-12T12:12:30Z")

</div>

It works perfectly for me when I try it on desktop. It instantly shows the checkout screen without the “no orders in checkout” hint. Is that what you want?

---

<div class="post-metadata">

### Author: ![rayo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rayo/32/91372_2.png) [@rayo](https://community.glideapps.com/u/rayo)
#### Post date: [July 12, 2021, 12:17pm UTC](https://community.glideapps.com/t/detailed-view-filtering-in-glide/28991/6 "2021-07-12T12:17:26Z")

</div>

Yes. I tried it from a new browser and it worked instantly as well. But it seems when a lot of orders are added for the same user. the screen starts to appear as there will be more rows to search through.

are you aware of the functionality of the filter in detailed view? how does it actually work in the backend? does it return the first result and stop searching or does it search all and return the first result. (depending on the sort)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 12, 2021, 12:29pm UTC](https://community.glideapps.com/t/detailed-view-filtering-in-glide/28991/7 "2021-07-12T12:29:18Z")

</div>

I’m not aware of how it actually works in the backend but as it always returns the first match, to enhance the performance I assume it stops at the first match.
