You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a way for the user to specify a search type for the group searches as well. With the shopify scraper just added we found that grouping similar products together are one of the ideal use cases for eCommerce. We need to prio making the group search methods more first class.
We need a new search_type for search_over_groups and search_in_groups. as enums. I think this can be done with tagged enums. See the ScarpeOptions enum.
Description
We need a way for the user to specify a search type for the group searches as well. With the shopify scraper just added we found that grouping similar products together are one of the ideal use cases for eCommerce. We need to prio making the group search methods more first class.
We need a new
search_type
forsearch_over_groups
andsearch_in_groups
. as enums. I think this can be done with tagged enums. See theScarpeOptions
enum.Target(s)
server
Requirement to close
search_over_groups
as asearch_type
. (Might need a bit of custom prompting)search_in_groups
as asearch_type
Community channels
Matrix is preferred. Reach out on discord or Matrix for further assistance.
The text was updated successfully, but these errors were encountered: