Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-notes-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-notes-api
Commits
5323ac5b
Commit
5323ac5b
authored
Dec 31, 2014
by
Tim Babych
Committed by
Oleg Marshev
Jan 05, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove doc conflict
parent
2a87bd08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
notesapi/v1/models.py
+0
-6
No files found.
notesapi/v1/models.py
View file @
5323ac5b
...
@@ -123,17 +123,11 @@ class NoteMappingType(MappingType, Indexable):
...
@@ -123,17 +123,11 @@ class NoteMappingType(MappingType, Indexable):
@staticmethod
@staticmethod
def
process_result
(
data
):
def
process_result
(
data
):
"""
"""
<<<<<<< HEAD
Prepares result for response.
Also prepares ranges field and highlighting.
=======
Unlistifies the result and replaces `text` with highlihted one
Unlistifies the result and replaces `text` with highlihted one
Unlistification: ElasticUtils returns data as [{field:value,..}..] which is not what needed.
Unlistification: ElasticUtils returns data as [{field:value,..}..] which is not what needed.
this function reverses the effect to get the original value.
this function reverses the effect to get the original value.
Also filed https://github.com/mozilla/elasticutils/pull/285 to make it unnecessary.
Also filed https://github.com/mozilla/elasticutils/pull/285 to make it unnecessary.
>>>>>>> specify ElastiUtils more precisely, add docstrings
"""
"""
for
i
,
item
in
enumerate
(
data
):
for
i
,
item
in
enumerate
(
data
):
if
isinstance
(
item
,
dict
):
if
isinstance
(
item
,
dict
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment