I have a content type field which takes data in csv format , I have created a view , Now I want to create a exposed filter for that csv field to check if that particular data exists or not in the csv ( I have a csv file which contains Vin numbers of cars ) and now I want a exposed filter where I enter a Vin no and it checks if it exists or not )
I have created a custom module that creates a custom text field. The general idea is that site builders who install this module shall be able to use this custom field when creating a custom content type using the Drupal UI.
I have most of this working for me now, but it is not ready for others, for the following reasons: