Full text search in webform

1.6k views Asked by At

I have created a form using webform and used in view to display filled entries. now i want to make full text search which can search data from available data in webforms. I have tried to index webforms field but there is no webform type in index type in search Api. please help how i can do this.

1

There are 1 answers

0
Pramod Kumar Sharma On BEST ANSWER

Follow these steps..

  1. Structure ->datatables->webform tables set sid as Primary key.
  2. Configure Search check all the fields.
  3. Clear cache
  4. Crate new search index
  5. Select webform fields and indexed all.
  6. Create new view from indexed Search.
  7. Select Full text search from search fields