The new "Web Pages" feature for Knowledge Bases se...
# 🌎general
b
The new "Web Pages" feature for Knowledge Bases seems awesome, but it looks like it's still only able to index/vectorize pages up through a true "/" in the URL path, once you get to query strings with "?" it looks like it just indexes/vectorizes the root page. Example: https://enviro.com/products/catalogue/product/?prod=S50 Will index the path: https://enviro.com/products/catalogue/product/ Which is a 404 URL because the site uses the query string to navigate to actual content pages. Is there any way to use the "Web Pages" feature to be able to index the full query-stringed url, or do I just have to save/scrape as a document and use that?
2 Views