Hi guys, sorry i have been working through this today. This is where I am:
I installed the module ProFields:table. Modified the module so the pages_id ( and sort ) field did not default to unique index, just index. Created a column with av_date in it and I now have the dataset I was looking for. field_availabilities.
Now, im stuck on the search. So the user will be able to filter a search by location, bedrooms, special features and now date availability. The previous 3 were existing already and basically the function goes through abd builds a query ( selector ) and then runs it. I need to show the properties at the top that have availability. The challenge is that not every property is listed in the field_availabilities table. is there a way to say "sort by anaything that exists in this table on top"?