Giter VIP home page Giter VIP logo

search-dotnet-asp-net-mvc-jobs's Introduction

page_type languages products description urlFragment
sample
javascript
html
csharp
azure
This is an Azure Search demo website based on data from the New York City Open Data initiative. Jobs listed here should not be considered active.
search-dotnet-asp-net-mvc-jobs

Azure Search .NET - Jobs Website Sample

This is an Azure Search demo website based on data from the New York City Open Data initiative. Jobs listed here should not be considered active.

You can see an online version of this sample here.

Demo Screen Shot


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

search-dotnet-asp-net-mvc-jobs's People

Contributors

acomsmpbot avatar brjohnstmsft avatar dependabot[bot] avatar heidisteen avatar liamca avatar luyunmt avatar mrcarter8 avatar sharbag avatar v-rajagt-zz avatar virasana avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

search-dotnet-asp-net-mvc-jobs's Issues

How to fill search

Hi,

I see, that I have to set my SearchServiceName, SearchServiceApiKey and BingApiKey. But how to fill search with data?

thanks!
Slawomir

Using the facet filter in a solution .NET

Hi,

The solution is great. I am trying to install that for my project, but I am know about C# and .CSHTML and I do not know about JavaScript.

Where do you set the fields from the azure search index? For instance, I need mapping 'AcademicTitle' from my azure search index with the Textbox.

Thanks,

Best Regards

Invalid format for reference point parameter

Getting this error while running this application, how to fix this?

Invalid format for reference point parameter. Expected lon,lat. Actual: -Microsoft.Spatial.GeographyPointImplementation
Parameter name: scoringParameter
Status: 400 (Bad Request)

Content:
{"error":{"code":"","message":"Invalid format for reference point parameter. Expected lon,lat. Actual: -Microsoft.Spatial.GeographyPointImplementation\r\nParameter name: scoringParameter"}}

Bing key in Web config

Should be
<!--<add key="BingApiKey" value="[Bing API Key]" />-->
Otherwise it doesn't launch in VS2017

Still using typeahead?

Hello,

The code in index.cshtml uses the typeahead class on the input element:

<input type="submit" class="**typeahead** search-submit" value=" " onclick="Search();">

Is typeahead still being used (it looks like you are using jquery-ui .autocomplete instead.

Suggested solution: remove the typeahead class above.

The code is confusing because this article refers to typeahead, indirectly referencing this repo...

Typo bug in index.cshml

You may have noticed that the search result count of the initial page load is different from any subsequent request with no search values/filters. Wonder why? There is a typo in index.cshml in the UpdateFilterReset function:

if ((businessTitleFacet != '') || (postingTypeFacet != '') || (salaryRangeFacet |= ''))

The != operator is replaced with |= that modifies the content of salaryRangeFacet

Initializing the index: 'nycjobs'

Great sample and great job!

When running this sample locally, after updating web.config with the proper SearchServiceName and SearchServiceApiKey for an Azure Search service I just created I get error because there is not index created yet. Make sense.

Q: How to create the index in that search service for the same sample data from NYC Open Data Initiative?

Can this be included in the repo too so people trying to run this sample will have also instructions/scripts to create the index and populate them with proper data?

Thanks

Map not rendering

The map on the index page used to load fine for me, but now requires this change:
1c6f429
otherwise I get a script error and the map is not displayed.

Issue with zipcode data

I'm receiving an error when trying to import your zipcode data:

The request is invalid. Details: actions : 0: The data field 'geo_location' has an invalid latitude coordinate -117.8123. A latitude coordinate must be a value between -90.0 and +90.0 degrees.\r\n1:

It appears the edm.GeographyPoint models literals as longitude:latitude, versus the standard latitude:longitude. Is there any way these numbers are entered backwards in your json files?

https://msdn.microsoft.com/en-us/library/dd541295.aspx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.