Hi, I'm trying to make a database which uses web scraping to scrape products of websites and stores them in a database so that they can be outputted as a user wants. Problem is, whenever I search for something like 'red paint' it outputs any scraped product which has the word 'red' and/or 'paint'. clearly not the best thing. any advice????
Thanks Muhammed -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full description. --- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy/f9ea55ea-6d3d-4a5e-8f54-408c9b01f23fn%40googlegroups.com.
