Hi,
Welcome to Toolset support.
To convert your current exact match search into a partial (word-based) search within Toolset Views, you can integrate the Relevanssi plugin, which enhances WordPress search capabilities, including partial matching in custom fields.
Steps to Implement Partial Matching:
Install and Activate Relevanssi:
- Navigate to your WordPress dashboard.
- Go to Plugins > Add New.
- Search for Relevanssi.
- Click Install Now, then Activate.
Configure Relevanssi Settings:
- After activation, go to Settings > Relevanssi.
- Under the Indexing tab:
- Ensure your custom post types (e.g., the one containing the 'eng-name' field) are selected for indexing.
- In the Custom Fields section, add the slug of your custom field (e.g., wpcf-eng-name) to the list of fields to index.
- Click Save the options.
- Click Build the index to index your content.
Adjust Your Toolset View:
- Edit the View responsible for displaying your search results.
- In the Search and Pagination section, remove the specific custom field filter for 'eng-name'.
- Add a Text search filter instead.
- In the filter settings, choose to search in Title, body, and custom fields.
For more information:
https://toolset.com/course-lesson/searching-texts-in-custom-fields-with-toolset-and-relevanssi/
Thanks.