6 ms·
Building a Fast Search Experience
- Redsquare 9y agoThe site would be 10 times faster if it was not infested with ads, still cant search for multiple makes.
- stevenwoo 9y agoI don't know how to access the dealer site in the article, but the consumer site lets one pick multiple makes with the more search options button. The UX doesn't make this obvious that this is the way to do this, but that is a different issue.
- mikelbring 9y agoIs autotrader.co.uk and autotrader.com two different companies?
- onehp 9y agoYes, they are completely separate companies.
- jamra 9y agoYou can use observables to replace the first search with the following one. It’ll still run but you wont get weird UI behavior. You can also ignore repeated searches with the same params that may occur with observables. I can’t remember the exact observable odd the top of my head. Also, consider the trackBy part of ngFor. You can replace the need to remove and add entire cards.