Data Assist Search using a keywords field
I have a field that is called keywords. However, if I enter more than one keyword, it returns no results, even though both words do exist in the text area field. This is how it is currently set up.
column: keywords
column type: text
comparison: includes
filter type: value
value:<?php echo ((isset($_POST["keywords"]))?$_POST["keywords"]:""); ?>
Should the keywords be comma separated? Thanks. I've tried changing it to type=keyword, but that would only return one value as well.