There's a small intranet site that I've been working on, where I imported data (painfully, I might add) into 'flexinode_data' and 'node' tables programmatically.
I cannot find a flexinode field, which refers to a text 'reference number' - such as '3438188' - when I search, and before I go traipsing through code and breaking things on my own, I wanted to find out why these words are not getting indexed. I'll look and see if there is code for ignoring numbers as words, but numbers are words and I don't see how anyone would think otherwise for search indexing...
It's not showing up in flexisearch for the specific field, it's not showing up in trip_search, and in regular search. Database queries have shown that the word is NOT being indexed, for some reason (I have no clue why), and I ponder why this is... and have to get this working quickly.
This of course highlights 2 problems that I will be working on with Drupal. The first is proper importation of CSV data into flexinodes such that previews and body are inserted properly in table 'node' as well as inserting the data properly into table 'flexinode_data'. But if search_index isn't getting the data, I have to work on why this is. It was fun enough traipsing through the code to find out what the fields in search_index table actually do (or are supposed to), but...
Ideas are quite welcome. Assistance would probably make sense, especially for Drupal 4.7 comes out of beta...