I have ASP installed on our dev site and I’m trying to build a search that searches only by the post author for a custom post type we have called ‘Classes’ – you can see the search form at https://dev.highfitness.com/find-a-class/ on the Search By Instructor tab.
I have set up an index table for the Classes post type and set it to index the post_author under Index Custom Fields. I see that I have: “Items Indexed: 1 | Items not indexed: 0 | Total keywords: 6” which is the correct number of items, but seems like the wrong number of keywords as I only have 1 class in the system and 1 post author named ‘highadmin’ at this time.
However, when searching for the only class I have in the system by the only author ‘highadmin’ I always get a “No results!” message until I backspace the field, and then it will show the one result. Searching by any of the other terms that could be indexed, like ‘Test’ also returns a “No results!” message.
I was told by pre-sales support that searching by author is possible, so what am I doing wrong in setting this up?