https://github.com/safe-stack/safe-search
An example of using Azure Search to power a SAFE website for rapid searching with support for facets and suggestions.
https://github.com/safe-stack/safe-search
Last synced: 7 months ago
JSON representation
An example of using Azure Search to power a SAFE website for rapid searching with support for facets and suggestions.
- Host: GitHub
- URL: https://github.com/safe-stack/safe-search
- Owner: SAFE-Stack
- License: unlicense
- Created: 2017-12-27T16:51:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T13:52:13.000Z (over 2 years ago)
- Last Synced: 2025-04-12T17:48:07.422Z (10 months ago)
- Language: F#
- Homepage:
- Size: 348 KB
- Stars: 34
- Watchers: 4
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This repo is deprecated
Please see https://github.com/CompositionalIT/safe-search-3 for a more recent sample.
# houseprice-sales
This is a SAFE F# project (Suave model, Azure, Fable, Elmish) designed to show integration of Azure Search and Storage within an Elmish application using Bootstrap.
## Running locally
To run locally, simply execute `build.cmd`. This will build and run both server and client, as well as downloading the first 1000 transactions from the latest online property dataset and store it locally. Using a local file, the search experience is reduced and there is no support for postcode matching, but it is a quick way to use the app.
### WARNING!
Many issues around data and azure need to be addressed (please see issues list). This will be updated in the coming days / weeks. In the meantime, there are a few up-for-grabs issues if someone does want to help out at this early stage.