You are here:  » Can't get filter to work?

Support Forum



Can't get filter to work?

Submitted by jonny5 on Sat, 2010-10-09 13:19 in

Another simple one i hope :)

im using the filter Drop Record If Not RegExp and have the word CUPBOARDS in it so all cupboards are imported, but after checking the raw feed it is not importing METAL CUPBOARDS

any ideas why this could be?

Submitted by support on Sat, 2010-10-09 13:28

Hi Jonny,

It's more efficient to use the normal "Drop Record If Not" filter for a single word anywhere in the string match. To achieve the same thing with "Drop Record If Not RegExp" the value would need to be:

(.*)CUPBOARDS(.*)

Cheers,
David.
--
PriceTapestry.com

Submitted by jonny5 on Sat, 2010-10-09 21:12

cheers , all working now