Explore alternatives to current search implementation #20785
Replies: 4 comments 1 reply
-
|
additional to that i assume @ej2 can responsible for algolia integration fixes now, but so far there's no changes from the #20604 status update times https://github.com/FortAwesome/Font-Awesome/issues?q=is%3Aissue%20state%3Aopen%20algolia the issue is massive actually because even if we perform search single index on the given index we will be getting now imagine after which page the search will be broken if we would've had "view all icons" page |
Beta Was this translation helpful? Give feedback.
-
|
im gonna delete my account now but i hope the issue gets fixed as soon as possible (this week for example) |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Moving this to a feature discussion. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure which one of you guys was responsible for configuring algolia instance but you clearly didn't test it through via v7, first of all you are not using browse method which means pagination and correct data via filters can't be guaranteed.
Second: You have set
paginationLimitedToto 3500, take a look at pro thin for example, it contains 3671 icons, algolia returns correct number of pages 4, but we only can see first 20 pages, according to the requests you can view up to 180 icons per page aka 20 pages, so 180 * 20 = 3600, but guess how many can we view? only 3500https://www.algolia.com/doc/rest-api/search/#tag/Indices/operation/setSettings pay attention to the note about paginationLimitedTo
Third: over all none of the indexing strategy was configured correctly from what I can observe, i don't want to go too deep into that but whoever was working on this page (https://fontawesome.com/search?p=2&f=classic&s=thin&o=r) might be a little bit slow/not a paying attention type of a person.
even the lack of proper support for the page number from direct visit i.e. https://fontawesome.com/search?p=2&f=classic&s=thin&o=r says it all, but its not the most problematic part obviously (consider switching to /browse?).
Maybe you should completely get rid of it and switch back to normal datasheets and regular searches/your own internal ones? or maybe at least fix it (the index) so we can view all the icons in needed categories, i doubt we need "sorting" on simple pagination page on your website, but now imagine the moment you hit 20k icons per a category, what then? ask algolia increase their internal limits?
Beta Was this translation helpful? Give feedback.
All reactions