Closed ivantopo closed 3 years ago
Regarding config updates - yes, these will need to be updated for sure. However, they will have little effect on what is shown as text - it will show the text only when it's what matched, and headings get higher priority. To partially alleviate this, I've bumped the results shown to 12.
I had a quick attempt at integrating Algolia's DocSearch but need some CSS magic help here. Issues I found so far can be seen in this image:
For the second problem, I'm under the impression that we have to tweak something on the crawling configuration (there is a lot of interesting info regarding the config file format here). So far, I think we must change the
start_urls
value and addstrip_chars
as shown here:But we might need to do something else with the selectors for the text to show up as expected.