Skip to content

Commit

Permalink
refactor: minor update to SearchHandler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
tunglev authored Nov 17, 2023
1 parent 8b0e64f commit bcf42a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/_Scripts/Azure/Search/SearchHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

public class SearchHandler : MonoBehaviour
{
private void CallThisShit()
private void CallSearch()
{
IConfigurationBuilder builder = new ConfigurationBuilder().AddJsonFile("appsettings.json");//E:\Unity Editors Location 2\2022.3.11f1\Editor
IConfigurationRoot configuration = builder.Build();
Expand Down Expand Up @@ -179,4 +179,4 @@ public partial class Hotel

[SimpleField(IsFilterable = true, IsSortable = true, IsFacetable = true)]
public double? Rating { get; set; }
}
}

0 comments on commit bcf42a9

Please sign in to comment.