Why is this still not possible? I want to create a content database in Airtable but would like to attach text files instead of laboriously pasting the text in a field, surprised Airtable can’t do that! It supports regex searches and what not, but can’t search attachments, DOH! :smirk:
You make it sound like these are the only two pathways to successful searching in the current Airtable feature set. It can do that and hundreds of users are doing that - where “that” is using Airtable as a comprehensive text and content management backend. Have you thought about automating text updates and management?
You are conflating two very distinct aspects of findability; filtering and indexing.
While Airtable is pretty good about filtering and using a variety of formula functions to do so including the latest RegEx features, formulas work on fields, not full text or inverted indices and certainly not attachments. Since Airtable does not support full-text indexing, we are all presently confined to one dimension of a two-dimensional concept. unless – we do something more like this.
Indexing Attachments
This is yet another entirely complex layer of full-text indexing that needs to designed either by Airtable or third-party integrators. I have built search systems for clients and it requires a number of services and skills that are typically well outside the realm of no-code platforms. For example, indexing PDF and other binary file format documents require significant server time that needs to constantly craw the data set. Even text attachments must use an inverted index to remove stop-words and optimize discovery for boolean queries.