mathesar-foundation / mathesar

Web application providing an intuitive user experience to databases.
https://mathesar.org/
GNU General Public License v3.0
2.29k stars 317 forks source link

Record selector does not filter #3487

Closed seancolsen closed 4 months ago

seancolsen commented 4 months ago

Steps to reproduce

  1. Open the record selector on any table.

  2. Enter some text into a field.

  3. Expect the results to filter based on the text you entered.

  4. Observe that the results do not change

    image

  5. Within dev tools, expect to see network requests fetching the filtered results.

  6. Observe no such network requests.

Notes

This appears to be a regression because I tested with Mathesar 0.1.5 and could not reproduce this bug.

seancolsen commented 4 months ago

I have a hunch this is a regression from #3470. I'm going to investigate.