Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design2
/
2017110273
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2021-05-27 00:20:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
89f7998ce71a3c6c76876747a671df97e49a450a
89f7998c
1 parent
9bbaef7b
change old index to new index
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/App.js
src/App.js
View file @
89f7998
...
...
@@ -19,11 +19,11 @@ function App() {
console
.
log
(
inputValue
);
try
{
const
result
=
await
client
.
search
({
index
:
"wiki-
qna2
"
,
index
:
"wiki-
test4
"
,
body
:
{
query
:
{
match
:
{
"질문
(원문, 하 난이도)
"
:
inputValue
"질문"
:
inputValue
}
}
}
...
...
Please
register
or
login
to post a comment