# 7th October 2024 — Resolve image upload race condition causing undefined file errors [#62](https://github.com/nbarrett/ngx-ramblers/issues/62)
## [build 333](https://github.com/nbarrett/ngx-ramblers/actions/runs/18823789797)

## Restore full-text search while preserving date format search (refs [#61](https://github.com/nbarrett/ngx-ramblers/issues/61)) ([d8fdebe](https://github.com/nbarrett/ngx-ramblers/commit/d8fdebe))

**What's New**

Full-text search has been restored for walks while maintaining the ability to search by dates in all supported formats.

**Where to Find It**

- **Walks Search**: Both text and date searches work seamlessly

**Benefits**

- **Complete Search**: Search walk descriptions, names, and all text content
- **Flexible Dates**: Date searches still support all formats
- **Better Discovery**: Find walks by any criteria

## Resolve race condition causing undefined file errors (refs [#62](https://github.com/nbarrett/ngx-ramblers/issues/62)) ([3e7408c](https://github.com/nbarrett/ngx-ramblers/commit/3e7408c))

**What's New**

Fixed a timing issue during image uploads that could cause "undefined file" errors, making image uploads more reliable.

**Where to Find It**

- **Image Upload**: All image upload functionality across the site

**Benefits**

- **Reliable Uploads**: No more race condition errors during upload
- **Better UX**: Smooth, consistent upload experience
- **Data Integrity**: All uploads complete successfully
