1bc94e39ba
Adds visibility into the deal filtering pipeline to help diagnose why certain queries return fewer deals than expected. New logs show: 1. Number of deals before criteria filtering 2. Number of deals after criteria filtering (with count removed) 3. Whether outlier filtering was applied 4. Number of deals after outlier filtering (with count removed) 5. Outlier filtering method and parameters used Example output: INFO: Applying criteria filters to 41 deals INFO: After criteria filtering: 12 deals (removed 29 deals) INFO: After outlier filtering (iqr, k=1.5): 4 deals (removed 8 outliers) This helps users and developers understand: - If criteria filters are too restrictive - If outlier filtering is too aggressive - Where deals are being filtered out in the pipeline Addresses user question: "Why do I get just 4 deals for a central address like סירקין 16 תל אביב?" - Now they can see exactly where deals were filtered out. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>