• Hi Guest. Welcome to the new forums. All of your posts and personal messages have been migrated. Attachments (i.e. images) and The (Old) Classifieds have been wiped.

    The old forums will be available for a couple of weeks should you wish to grab old images or classifieds listings content. Go Here

    If you have any issues please post about them in the Forum Feedback thread: Go Here

Airsoft comparison website

I would like to be able to exclude the term "BB" from any gun searches because I would  not want results for Just BB guns or BB guns 4 less listed.  

 
For some unknown reason my domain name as unlinked and needs sorting but you can use

http://compareairsoft.esy.es/

I am not 100% sure if i have the ability to cut out certain websites it searches with how the data is stored but ill give it a shot soon enough :)

 
For some unknown reason my domain name as unlinked and needs sorting but you can use

http://compareairsoft.esy.es/

I am not 100% sure if i have the ability to cut out certain websites it searches with how the data is stored but ill give it a shot soon enough :)


How are you storing the data? What method are you using to build the search? If its SQL you can just run something like 

Code:
DELETE FROM items WHERE name LIKE '%bb%';
 
Back
Top